Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anaida07/mevn-boilerplate
A fullstack boilerplate with Mongo, ExpressJS, VueJS and NodeJS.
https://github.com/anaida07/mevn-boilerplate
boilerplate expressjs full-stack fullstack fullstack-boilerplate mongodb mongoose nodejs vue vuejs
Last synced: 9 days ago
JSON representation
A fullstack boilerplate with Mongo, ExpressJS, VueJS and NodeJS.
- Host: GitHub
- URL: https://github.com/anaida07/mevn-boilerplate
- Owner: anaida07
- Created: 2017-09-16T15:27:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T02:29:48.000Z (over 3 years ago)
- Last Synced: 2024-10-31T10:04:37.428Z (9 days ago)
- Topics: boilerplate, expressjs, full-stack, fullstack, fullstack-boilerplate, mongodb, mongoose, nodejs, vue, vuejs
- Language: JavaScript
- Homepage:
- Size: 81.1 KB
- Stars: 279
- Watchers: 12
- Forks: 120
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 [email protected]:anaida07/MEVN-boilerplate.git`2. `cd MEVN-boilerplate`
3. Open client
```
cd client
npm run dev
```4. Open server
```
cd server
npm start
```5. Open `http://localhost:8080` in browser