Skip to content

jmorino/mongo-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Admin app for MongoDB made with Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published