This project was generated with Angular CLI version 15.0.0.
- Use the following URL to access the App: Timely Calendar App
- Install Node.js v18
After cloning the repository, follow these steps:
$ npm install
# development
$ npm run start
# production mode
$ npm run start:prod
# production build
$ ng build
# development build
$ ng watch
# unit tests
$ npm run test
# unit tests production mode
$ npm run test:prod
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>
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.