Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 649 Bytes

File metadata and controls

47 lines (31 loc) · 649 Bytes

Angular 1.6 Components Awesome Boilerplate

Awesome Angular 1.6 boilerplate created with Fountain Generator using components, Bulma Framework, a lot of many cool technologies and best practices

How to use

  • Clone this repo and enter it

  • Install the dependencies

yarn

Commands available

  • To build the app for production use
yarn build
  • To run the app in development mode use
yarn serve
  • To run the app in production mode use
yarn serve:dist
  • To run the tests use
yarn test
  • To run the tests in watch mode use
yarn test:auto