In order to run the project, you need to install packages using npm install, After that you could start project in development mode with the npm start To start test in watch mode, you could type npm test For linting, built-in eslint is used, you can check by typing npm run lint Only external package that is used is msw, which helps creating mock API requests.