Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 236 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 236 Bytes

MEVN Application

An application with MongoDB, ExpressJS, Vue and NodeJS

Prerequisite

Backend

* cd backend
* npm install

Frontend

* cd frontend
* npm install

Main

* npm install
* npm start