MERN : MongoDB-ExpressJs-ReactJS MEVN : MongoDB-ExpressJS-VueJS-NodeJS MEAN : MongoDB-ExpressJS-AngularJS-NodeJS
Clone the Github project !
cd back && npm install
Add a file .env in back folder with : MONGO_CONNECTION_STRING=..........................
Start Backend : cd back && npm start Listen on http://localhost:3080
Init project : cd frontend-reactjs && npm install
Run Frontend : cd front-reactjs && npm start Listen on http://localhost:3000
Init project : cd frontend-vuejs && npm install
Run Frontend : cd front-reactjs && npm run serve Listen on http://localhost:8080
Init project : cd frontend-angularjs && npm install
Run Frontend : cd front-angularjs && npm start Listen on http://localhost:4200