Skip to content

Wellington-gc/timely-calendar

Repository files navigation

Timely Calendar App

This project was generated with Angular CLI version 15.0.0.

Colaborating to the Project

How to install

Dependencies

Installation

After cloning the repository, follow these steps:

$ npm install

Running the app

# development
$ npm run start

# production mode
$ npm run start:prod

Build the app

# production build
$ ng build

# development build
$ ng watch

Test

# unit tests
$ npm run test

# unit tests production mode
$ npm run test:prod

Conventions

Resources

In this project, we are using the Angular resources system. This means that each feature has its own module, components and services. For creating new components you can use the following script:

$ ng g c <componentName>

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

Releases

No releases published

Packages

No packages published

Languages