Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 392 Bytes

File metadata and controls

23 lines (17 loc) · 392 Bytes

MEVN template

Project boilerplate for MongoDB/Express/Vue/Node.js app

Installation

npm install

Development

Run and watch the backend app on its port (default is 3000), and run the frontend app with webpack dev server on port 8080.

npm run dev

Build

Build the frontend and backend apps together to the dist directory.

npm run build
npm run start