Skip to content

fabricefo/mern-mevn-mean

Repository files navigation

PROJECT

MERN : MongoDB-ExpressJs-ReactJS MEVN : MongoDB-ExpressJS-VueJS-NodeJS MEAN : MongoDB-ExpressJS-AngularJS-NodeJS

RUN EXAMPLES

Clone the Github project !

Run backend for the 3 frontend

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

Run MERN Example

Init project : cd frontend-reactjs && npm install

Run Frontend : cd front-reactjs && npm start Listen on http://localhost:3000

Run MEVN Example

Init project : cd frontend-vuejs && npm install

Run Frontend : cd front-reactjs && npm run serve Listen on http://localhost:8080

Run MEAN Example

Init project : cd frontend-angularjs && npm install

Run Frontend : cd front-angularjs && npm start Listen on http://localhost:4200