- Clone the repo or sync your branch with master, if you already have it cloned and have a branch.
- The core front-end and back-end files are located in the
coredirectory. - Install nodejs
- Do the cli commands stated below.
- Go to
localhost:8080.
cd into server directory and do nodemon start or node start
If you're doing first time setup/get an error, do npm install -g nodemon and then npm install before doing nodemon app
cd into client directory and do npm run serve
If you're doing first time setup/get an error, do npm install before doing npm run serve
Once you have done this you can go to localhost:8080 to see the site.