Just another skeleton to start a simple js/sass project
Clone the project and start hackin'
git clone https://github.com/tmn/init-js-sass.git
cd init-js-sass
npm install
Build scss files
npm run build:css
Build JavaScript
npm run build:js
Build both using npm run bu
6543
ild
Watch and build JavaScript
npm run watch:js
Watch and build CSS
npm run watch:css
Watch and build both using npm run watch