Skip to content

Template for the final project of MFEE

Notifications You must be signed in to change notification settings

alcasdev/mfee-project

 
 

Repository files navigation

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/.

About

Template for the final project of MFEE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.8%
  • HTML 15.1%
  • SCSS 1.8%
  • CSS 1.8%
  • JavaScript 1.5%