A simple unopinionated Hadouken application template. The purpose of this repository is to allow users to get started with Hadouken immediately by providing a development setup that does not require initial configuration. The setup has minimal dependencies and the feature set is intentionally limited. Any further configuration can be achieved by editing the app.json
file: Application Config.
- Automates the downloading and launching of the Hadouken Runtime.
- Live-server with built-in live reloading after changes to files.
- HTML 5 and ES6 Template with Hadouken integration.
- Uses the network and cache recipe found on the Mozilla Service Worker Cookbook to implement offline browsing.
Visual Studio Code integration, thanks to @jcarter
- Attach to debugger for in-editor break points, call stacks, and an interactive console
- Hadouken configuration (
app.json
) smart completion based on available parameters - Hadouken API smart completions based on variable types and function definitions
- Clone this repository:
git clone https://github.com/HadoukenIO/app-template
- Install the dependencies:
cd app-template
&npm install
- Start the live-server and launch the application:
npm start
- Add your Javascript code to
main.js
and your HTML toindex.html
- Fork it (https://github.com/HadoukenIO/app-template/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Read our contribution guidelines and Community Code of Conduct
- Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
The code in this repository is distributed under the Apache License, Version 2.0.
However, if you run this code, it may call on the OpenFin RVM or OpenFin Runtime, which are covered by OpenFin's Developer, Community, and Enterprise licenses. You can learn more about OpenFin licensing at the links listed below or just email us at [email protected] with questions.
Copyright 2019 HadoukenIO
SPDX-License-Identifier: Apache-2.0