webpack-starter
- webpack
- webpack-dev-server
- babel (v7)
- eslint (airbnb)
- jsx support
- sass
Install
Clone the repo and install the packages npm install
.
Scripts
npm run build
- transpiles the js filesnpm run watch
- transpiles the js files and watche for changesnpm run styles
- compiles the sass filesnpm run server
- start servernpm run start
- runsnpm run build
andnpm run build