Skip to content

A fullstack boilerplate with Mongo, ExpressJS, VueJS and NodeJS.

Notifications You must be signed in to change notification settings

msameerbm/MEVN-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEVN-boilerplate

A fullstack boilerplate with Mongo, ExpressJS, VueJS and NodeJS.

                 

A skeleton generated with MEVN stack technologies which can be used as a boilerplate for anyone who is starting out. It contains a client template(VueJS) and a server template(NodeJS, ExpressJS) and a connection between them via an API layer.

Setup Development Machine

  1. Clone the repo git clone git@github.com:anaida07/MEVN-boilerplate.git

  2. cd MEVN-boilerplate

  3. Open client

cd client
npm run dev
  1. Open server
cd server
npm start
  1. Open http://localhost:8080 in browser

About

A fullstack boilerplate with Mongo, ExpressJS, VueJS and NodeJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.0%
  • Vue 20.4%
  • HTML 0.6%