A webpack 4 boilerplate for building web apps.
- Pug as a template engine
- SCSS preprocessor for CSS
- TS language for application-scale JavaScript
- TS linting with Eslint, extends eslint-config-und
- Clone the repo
git clone https://github.com/renaco/webpack-pug-sass-ts.git cd webpack-pug-sass-ts- Run
yarn installto fetch all the dependencies - Run
yarn startto start the webpack-dev-server (localhost:8080will be opened automatically) - Start developing
- When you are done, run
yarn run buildto get the prod version of your app
In progress...