Setup git clone into new local dir git init git add . git commit -m "Initial Commit." npm install Develop: npm start && compass watch --config config.rb sass/screen.scss Production: uncomment UglifyJsPlugin code in webpack.config.js && $ webpack