Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 374 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 374 Bytes

AngularJS 1.7 + Webpack 4 + Babel

What is included

  • Webpack server with hot reload
  • ES6 transpilation with Babel
  • Autoprefixing for CSS vendor prefixes
  • SASS support
  • Production build JS/CSS minification

Getting started

yarn install
yarn start

Building the production build

yarn build

The output of compiled app is in dist folder.