The main web app deployed on Netlify.
- Bootstraped with
create-react-app
- Written with Typescript
From the root folder of the monorepo:
yarn install
yarn start
From the packages/app
folder:
yarn build
The main web app deployed on Netlify.
create-react-app
From the root folder of the monorepo:
yarn install
yarn start
From the packages/app
folder:
yarn build