This project was generated with Angular CLI version 14.0.2.
Clone the project
https://github.com/ahmed-esmail/ngEventsApp
Go to the project directory
cd ngEventsApp
Install dependencies
npm install
first Start the backend server
npm run server
Start the Angular App with proxy server
npm start
D.mp4
Run npm start
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run npm run server
to run node backend server
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.