Quick start: yarn && yarn start // or npm npm install && npm run start Step by step First, install dependenciesL yarn // or npm npm install Then start the project: yarn start // or npm npm run start