A webpack 4 based boilerplate for building web apps
- Pug as a template engine
- SCSS preprocessor for CSS (autoprefixer included)
- JS linting with Eslint, extends eslint-config-standard, includes the following plugins:
- CSS linting with Stylelint
- Clone the repo via
git clone git@github.com:SKLINET/static-devstack.git cd static-devstack- Run
npm ito fetch all the dependencies - Run
npm run devto start the webpack-dev-server (localhost:8080will be opened automatically) - Start developing
- When you are done, run
npm run buildto get the prod version of your app