A simple Webpack boilerplate with Nervjs.
- 🤖Nerv inside
- Inline Polyfill for IE8 support !
- Webpack based
- Typescript support
- JSX/TSX support
- SCSS support
- Babel with @babel/preset-env
- Precommit hooks:
- StyleLint with stylelint-config-standard rules
- ESLint with eslint-config-standard rules
- TSLint with tslint-config-standard rules
- Automatically fix code style using Prettier
-
Install:
npm install
-
Run dev server:
npm run dev
-
Build:
npm run build
-
Run in IE 8
npm run deploy