A starter project for admin dashboard in MongoDB-Express-VueJS-NodeJS
Note:
- You need to create .env file in server that holds configurations
Client Development:
cd client
npm install
npm run serve
Server Development:
cd server
npm install
npm run dev