Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 691 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 691 Bytes

Holiday Expenses Calculator

Install packages both of frontend and backend

npm run install-all

Development server

Frontend and Backend

npm run start

OR

  • Backend in backend folder. Run server to http://localhost:3000/
npm run server
  • Frontend in frontend folder.
npm run client

This project was generated with Angular CLI version 15.1.5.

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Running Tests

Run server-side tests

npm test

Run E2E tests

npm run e2e