Skip to content

anikaaga/app-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hadouken Application Template

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.

What you get:

  • Automates the downloading and launching of the Hadouken Runtime.

Development server

  • Live-server with built-in live reloading after changes to files.

Basic HTML/Javascript Template

  • HTML 5 and ES6 Template with Hadouken integration.

Service Worker

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

How to use this:

  • 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 to index.html

About

Tiler window centering example

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.7%
  • HTML 18.3%