- Webpack server with hot reload
- ES6 transpilation with Babel
- Autoprefixing for CSS vendor prefixes
- SASS support
- Production build JS/CSS minification
yarn install
yarn start
yarn build
The output of compiled app is in dist
folder.
yarn install
yarn start
yarn build
The output of compiled app is in dist
folder.