Kick-start your Nuxt.js app development!
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You just need to download Docker Desktop
- open a terminal
cd client
npm install
npm run dev
- open a second terminal
docker-compose up mongo
- open a third terminal
cd server
npm install
npm run dev
Start coding
- Color Scheme: @assets/bootstrap/color-scheme.scss
This project is licensed under the MIT License - see the LICENSE.md file for details