Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 582 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 582 Bytes

MFEE Project

Start the app

To start the development server you can run the following commands:

npm run start:angular

This will start the angular app, open your browser and navigate to http://localhost:4200/.

npm run start:react

This will start the react app, open your browser and navigate to http://localhost:4200/.

npm run start:api

This will start the node app, you can run this along with any previous front end app. The API will be running in http://localhost:3000/.