A fullstack boilerplate with Mongo, ExpressJS, VueJS and NodeJS.
-
Clone the repo
git clone [email protected]:khiemnguyen/display-app.git
-
Open client
cd client
yarn
yarn serve
- Open server
cd server
yarn start
- Open
http://localhost:8080
in browser