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.
-
Clone the repo
git clone [email protected]:anaida07/MEVN-boilerplate.git
-
cd MEVN-boilerplate
-
Open client
cd client
npm run dev
- Open server
cd server
npm start
- Open
http://localhost:8080
in browser