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