- use
yarn install --frozen-lockfile
and NOTyarn install
yarn dev
- run development serveryarn build
- build the app for productionyarn start
- run the production serveryarn lint
- run eslint
Open http://localhost:3000 with your browser to see the result.