SSR is turned off and not tested for a long time
Application using https://dummyjson.com/ as mock api
To set environment use env variables or .env files. You can edit main example .env file or create .env.local excluded from repository. You can add mode (developent and production) to env file like .env.production or .env.development.local
To update api definishion and typings run
pnpm api
To run local development just run and visit http://localhost:3333
pnpm dev
To build the App, run
pnpm build
And you will see the generated file in dist
that ready to be served.
TypeScript is not checked during build. To do this run
pnpm typecheck
To run linter
pnpm lint