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 install
to fetch all the dependencies - Run
yarn start
to start the webpack-dev-server (localhost:8080
will be opened automatically) - Start developing
- When you are done, run
yarn run build
to get the prod version of your app
In progress...