dd
This commit is contained in:
23
README.md
23
README.md
@@ -0,0 +1,23 @@
|
||||
# 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`.
|
||||
|
||||
Reference in New Issue
Block a user