Based on nunjucks, sass, webpack
/src/
- thats where you write code.
/build/
- compiled code. Do not ever edit this folder.
-
$ npm install
-
$ gulp
- it will start local server at http://localhost:8080/ -
$ npm run build
- it will delete your build folder first and then compile project in production mode(using code minifying etc.)