This is a mono repo which has both the frontend and the backend files.
To start a local frontend server
npm install
npm run dev:frontTo start a local backend server
npm install
npm run dev:backThis project use eslint and prettier to make sure all the code is according to one specific standard and there is no inconsistency.
When you do a git commit ... your code will be checked and if there is any inconsistency your commit will be failed and error will be logged on the screen.