loco-new/base_template/frontend/README.md
If you don't like React for some reason, Rsbuild makes it easy to replace it with something else!
To get started with the development of the SaaS frontend, follow these steps:
Use the following command to install the required packages using pnpm:
pnpm install
Once the packages are installed, run your frontend application in development mode with the following command:
pnpm dev
This will start the development frontend server serving via vit
To build your application run the following command:
pnpm build
After the build dist folder is ready to served by loco. run loco cargo loco start and the frontend application will served via Loco