First, install packages with yarn:
yarn install
After that, build the frontend:
yarn build
Finally, run the production build:
yarn start
Open http://localhost:3000 with your browser to see the result.
First, install packages with yarn:
yarn install
After that, build the frontend:
yarn build
Finally, run the production build:
yarn start
Open http://localhost:3000 with your browser to see the result.