This is a boilerplate your front end application. This boilerplate uses harpJs to compile your ejs templates and scss files on the fly. Useful for jump start your work.
git clone https://github.com/keepnox/html5-boilerplate
cd html5-boilerplateYou need harp to use this boilerplate, you can install with following if you haven't already.
npm install -g harp
npm install
npm start