bookstairs/web
2024-09-05 17:53:41 +08:00
..
public chore: init project, try to use rspack for building frontend. 2024-09-05 16:48:18 +08:00
src chore: change the readme for supporting viewing on gitea. 2024-09-05 17:53:41 +08:00
.gitignore chore: init project, try to use rspack for building frontend. 2024-09-05 16:48:18 +08:00
.npmrc chore: init project, try to use rspack for building frontend. 2024-09-05 16:48:18 +08:00
.nvmrc chore: init project, try to use rspack for building frontend. 2024-09-05 16:48:18 +08:00
.prettierignore chore: init project, try to use rspack for building frontend. 2024-09-05 16:48:18 +08:00
.prettierrc chore: init project, try to use rspack for building frontend. 2024-09-05 16:48:18 +08:00
biome.json chore: init project, try to use rspack for building frontend. 2024-09-05 16:48:18 +08:00
package-lock.json chore: change the readme for supporting viewing on gitea. 2024-09-05 17:53:41 +08:00
package.json chore: change the readme for supporting viewing on gitea. 2024-09-05 17:53:41 +08:00
README.md chore: init project, try to use rspack for building frontend. 2024-09-05 16:48:18 +08:00
rsbuild.config.ts chore: change the readme for supporting viewing on gitea. 2024-09-05 17:53:41 +08:00
tsconfig.json chore: change the readme for supporting viewing on gitea. 2024-09-05 17:53:41 +08:00

Rsbuild Project

Setup

Install the dependencies:

pnpm install

Get Started

Start the dev server:

pnpm dev

Build the app for production:

pnpm build

Preview the production build locally:

pnpm preview