This is a step by step MEVN stack tutorial, in this tutorial, we are going to learn how to create MEVN stack app. (MongoDB, Express.js, Vue.js, Node.js).
Vue MEVN Stack Tutorial – Build Full Stack Vue.js CRUD App
Git clone https://github.com/SinghDigamber/vue-mevn-stack-app.git
Get inside the project
cd vue-mevn-stack-app
Install the required packages:
npm install
Start the vue app on http://localhost:8080
npm run serve
Get inside the Node server folder:
cd backend
Install the required packages:
npm install
Start the mongodb server.
mongo
Start node server on http://localhost:4000/api
nodemon