Node.js challenge for backend candidates
- Node.js >= v14.0
- Yarn >= v1.22
In project's directory, run the following commands:
yarn install
To run the project locally with hot reload:
yarn dev
To view lint issues:
yarn lint
To fix them:
yarn lint:fix