Set up your local development environment by following these steps:
Install packages.
npm install
# or
yarn install
Start the development server.
npm run start
# or
yarn start
The live development website should now appear at http://localhost:3000.