You'll need to have npm
on your machine to run this project. For more information on installing it, check out Installing Node.js and updating npm.
To prepare the project to be run, execute npm install
from the command prompt inside the repository's working directory.
Execute npm run start
from the repository's working directory, then open up app/index.html to see the application in action. Because the start
command also uses Watchify, any changes you make to the application's code will be automatically re-compiled and should be available when you referesh your browser.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Initial commit.
This project is licensed under the MIT License. See LICENSE for more details.