- Install NodeJs from NodeJs Official Page.
- Open Terminal
- Go to your file project
- Run in terminal:
npm install -g @angular/cli
- Then:
npm install
- And:
npm start
- Navigate to localhost:4200
- Install firebase cli:
npm i firebase-tools
- Login to firebase:
firebase login
- Deploy application:
npm run deploy:prod
- Check the angular.json / package.json
- Node version: 16.14.0
- npm version: 8.3.1