it's part of a repo series designed to create a Web Application with Angular 22
|
# download the example or clone the repo from github
git clone https://github.com/ganatan/angular-node-java.git
# change directory
cd frontend-angular
# install the repo with npm
npm install
# start the server
npm start
in your browser go to http://localhost:4200
npm install(installing dependencies)npm outdated(verifying dependencies)
npm run start- in your browser go to http://localhost:4200
npm run build
npm run lint
npm run testnpm run coverage
- Author : danny