yarn
or
npm install
yarn start
or
npm start
yarn build
or
npm build
This app use the webpack-dev-server which by default use port 5000 You can change the default port by adding to the package.json start script --port flag followed by the port you want to use. for example --port 3000
You can check out the official docs heres