First of all, if you're using Windows, replace EXPORT to set on the scripts on package.json.
Then run yarn to install all dependencies
To run in development mode yarn start
To build in development mode yarn build:dev
To run in production mode yarn start:prd
To build in production mode yarn build
.