Designed to be forked, a jumping off point.
npm install
bower install
(afternpm install -g bower
if necessary)- If you have assets you're ready to include, put them in
<project root>/assets
gulp dev
- From inside
/www
runpython -m http.server 5000
(after installing Python 3 if necessary)
gulpfile
- Make sure it's set up to move your assets correctlykarma.conf.js
- If you're writing unit tests, make sure you include the correct JS directoriespackage.json
- If you want, add package info for NPM (and fix those warnings)bower.json
- If you want, add package info for Bower (and fix those warnings)www/index.html
- The title of your game, and include your new JS files, of course!LICENSE.md
- You'll probably want your own License, not mine! Mine is for this Bootstrap project!.git
- You'll probably want to do something about this so you're not trying to push to the Bootstrap repo. You can remove this folder and rungit init
or fiddle with remotes if you want to preserve history.