yarn install
yarn serve
With staging mode:
yarn serve --mode staging
With production mode:
yarn serve --mode production
yarn build
With staging mode:
yarn build --mode staging
With production mode:
yarn build --mode production
Sample by Masoom S