- Pug as a template engine
- SCSS preprocessor for CSS (autoprefixer included)
- Run
yarn install
to fetch all the dependencies. - Run
yarn run start
to build pug, scss files and watching it. - When you are done, run
yarn run build
to get the prod version of your app.