Install the dependencies:
$ npm install # or pnpm install or yarn install
Run the app in development mode:
$ npm run dev # or npm start if you want to test build
Open http://localhost:5173/ to view it in the browser.
The production build will generate client and server modules by running both client and server build commands. The build command will use Typescript to run a type check on the source code.
npm run build