Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 339 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 339 Bytes

mevn

A MEVN Stack Sample

Build Setup

# Installation
$ npm install # or yarn install

# Run backend server
$ cd server
$ npm run dev

# Run frontend client
$ cd client
$ npm run dev

Application

Server (Express App) will run on http://localhost:3001
Client (Nuxt.js App) will run on http://localhost:3000