Skip to content

Commit

Permalink
Merge pull request #7 from anaida07/update_readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
anaida07 authored Oct 3, 2017
2 parents d0efb53 + dcab18d commit 6f366a7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,23 @@ A fullstack boilerplate with Mongo, ExpressJS, VueJS and NodeJS.
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSOOiKh1Xk5RDZFKPkVXYfi8U-t2cuotiAOR7G_7w_HWXfV02TMnd9wnVM" height="50" /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://i.cloudup.com/zfY6lL7eFa-3000x3000.png" height="50" /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="/docs/Vue.js_Logo.svg.png" height="50" /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://upload.wikimedia.org/wikipedia/commons/7/7e/Node.js_logo_2015.svg" height="50" />

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
```

4. Open server
```
cd server
npm start
```

5. Open `http://localhost:8080` in browser

0 comments on commit 6f366a7

Please sign in to comment.