Skip to content

ioet/time-tracker-ui

Repository files navigation

Time-Tracker-UI

This project was generated using Angular CLI version 9.0.4.

Prerequisites

Node.js

We can install Node.js from [https://nodejs.org/en/download/] but we recommend that you install it using Node Version Management [https://github.com/nvm-sh/nvm] (v12.16.1 LTS).

Angular CLI

Angular CLI is a Command Line Interface (CLI) to speed up your development with Angular.

Run npm install -g @angular/cli for install Angular CLI

Install Node Modules

Run npm install for install the node_modules.

Development server

Run ng serve to run the app in a dev mode, after executing this command you can navigate to http://localhost:4200/ to see the app working. The app will automatically reload if you change anything in the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.