This project was generated with Angular CLI version 17.0.5.
- Clone the project:
git clone https://github.com/s2023/heroesApp
- Run
npm install
to install node modules. - In a terminal raise the Backend:
npm run backend
. It will automatically be deployed to https://localhost:3000/users and https://localhost:3000/heroes. - In another terminal run the Application:
npm start
ong serve -o
. It will automatically be deployed to https://localhost:4200/. The application will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.