We use yarn
package manager.
yarn
or yarn install
To start the app in development mode, which will watch for changes to files, rebuild, and reload the site automatically, run the start script.
yarn start
Builds the app for production to the build
folder.
yarn build