A quickstart template for Google Carlo and Angular 8 supporting hot-reload functionality of angular.
To get started, clone the repository and run
npm run init
This will
- download carlo and some other important packages
- install all necessary angular dependencies
- start a hot-reloading dev server.
You can start the application in development mode using
npm run dev
You can also build and start your app in production mode using
npm run test
To build your Angular Application use
npm run build
Then you can start it using
npm run start
Coming soon