This project is for creating a quick dev environment. It's not a framework but gives you Sass, JS linting & Uglify for quick and dirty dev.
npm install- installs goodiesnpm run setup- will build the environment + launch servernpm run dev- will watch Sass, JS, and run a live-servernpm run uglify-js- will build a minified version of JS tojavascripts/dist/
.jscsrc
|-- javascripts
|-- main.js
|-- scss
|-- main.scss
|-- styles
|-- main.css
index.html
Visit the package.json file to tweak setup. Look for the scripts property.