The goal of this project is to allow designers to create a quick prototype project with a built in asset compiler and web server. The whole directory structure is designed so that it will be easy to merge with existing projects, that's why html files are stored in the prototype folder and not public, and the main script is prototype.js and not index.js
- Download [https://github.com/code-ninja/prototype.git] into you new project
- Run npm install
- Run bower install
- Run npm serve, this will start serving all your html files in prototypes to start serving
- Run gulp build, this will compile initial assets if any
- Run gulp watch, this will watch for changes in css and js folders
- Use bower to install new assets as needed
- Add paths to package.json compile settings as needed