First, install the dependencies of the project:
yarn
Run the application in development mode:
yarn start
Open http://localhost:3000 with your browser to see the result.
When you commit your changes, the pre-commit operation will be launched using husky and lint-staged packages. This setting is installed automatically along with the installation of dependencies.
If you want to build the project, use next command:
yarn build
Then use yarn start:prod
for running the project in production mode.