loco-new/base_template/frontend/README.md
To get started with the development of the 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 Vite.
To build your application run the following command:
pnpm build
After the build the dist folder is ready to be served by loco. Run cargo loco start and the frontend application will be served via Loco.