- run npm start from root
- visit http://localhost:8000
- run redis-server locally
- go to "/backend/configs/cache" and update url
- go to "/backend" and run "npm run dev"
- go to "/frontend" and run "npm run dev"
- root eslint.rc contains common rules for both frontend and backend files
- root package json serves the same purpose
- .env files are added to git on purpose so you don't have to deal with it yourself. Also if it required if you want to run the app without docker