A starter project for including sass end es6 support.
Requirements:
- Starts a server with livereload and watches files in dist/ and app/
- Starts watchers for sass and javascripts (es6) and writes to dist/
Builds assets, such as js & css
Copy this repo, do not push your prototype to this repo!
- Place sass and scripts in src/ folders. The watchers will add builds to dist folder after they are imported in the index files.
- Other static assets, like fonts and images and custom, can be added to app (this should be changed later)