files
DML_Generater/README.md
2025-02-17 14:55:08 +09:00

24 lines
763 B
Markdown

# README
## About
Wails template for Nextjs with app router. For more details [Nextjs-Template](https://github.com/thisisvk-in/wails-template-nextjs-app-router).
## Start
To use this template follow below command
```bash
wails init -n "Your Project Name" -t https://github.com/thisisvk-in/wails-template-nextjs-app-router
```
## Live Development
To run in live development mode, run `wails dev` in the project directory. In another terminal, go into the `frontend`
directory and run `npm run dev`. The frontend dev server will run on http://localhost:3000. Connect to this in your
browser and connect to your application.
## Building
To build a redistributable, production mode package, use `wails build`. Static asset directory will be `frontend/dist`.