Web
This application is the main application of the starter, which:
- is the web app created using imported packages of this starter,
- has a minimal amount of logic directly in it.
Ready app can be deployed, see how to deploy apps on Vercel.
Available scripts
Build ready-to-deploy, optimized production version of an app:
yarn build
Run app locally:
- in development mode
yarn dev
- in production mode (needs building an app first)
yarn start