-
Notifications
You must be signed in to change notification settings - Fork 0
Frontend Application setup
ianic1999 edited this page Jan 4, 2022
·
1 revision
Before building/running the application, some steps should be implemented:
- Install node.js
- Install typescript using the command
npm install -g typescript
- Install Angular CLI using the command
npm install -g @angular/cli
ng build
ng test
ng serve