npm install
at the rootnpm run dev
at the root- open
http://localhost:3001/
Run npm run format:check
at the root to check code style.
Run npm run format:fix
at the root to fix code style.
The project has a Prettier set up, to validate your code. Please use it!