Skip to content

A quickstart template for Google Carlo and Angular 8

Notifications You must be signed in to change notification settings

DieserMerlin/carlo-angular-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carlo-Angular-Quickstart

A quickstart template for Google Carlo and Angular 8 supporting hot-reload functionality of angular.

Setup

To get started, clone the repository and run

npm run init

This will

  1. download carlo and some other important packages
  2. install all necessary angular dependencies
  3. start a hot-reloading dev server.

Development

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

Building

To build your Angular Application use

npm run build

Then you can start it using

npm run start

Bundling

Coming soon

About

A quickstart template for Google Carlo and Angular 8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published