https://github.com/techlism/wails_template_nextjs_with_app_router_and_tailwind
https://github.com/techlism/wails_template_nextjs_with_app_router_and_tailwind
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/techlism/wails_template_nextjs_with_app_router_and_tailwind
- Owner: techlism
- Created: 2024-07-10T03:46:37.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T02:15:00.000Z (almost 2 years ago)
- Last Synced: 2025-03-12T13:43:33.419Z (over 1 year ago)
- Language: JavaScript
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## About
This is an unofficial Wails template for creating a new project with the following set of tools :
1. Nextjs (React under the hood) with App Router
2. TypeScript
3. TaillwindCSS
You can configure the project by editing `wails.json`. More information about the project settings can be found
here:
P.S. Not yet tested thoroughly. Compiled on Windows. Please report/contribute any issues.
Another small thing - you may not see the public folder in the frontend but you can always create one. It wasn't needed in the template so I didn't include it.
## Usage
To create a new project using this template, run the following command:
```bash
wails init -n "Name of your Project" -t https://github.com/techlism/wails_template_nextjs_with_app_router_and_tailwind
```
## Live Development
To run in live development mode, run `wails dev` in the project directory. This will run a Vite development
server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser
and have access to your Go methods, there is also a dev server that runs on . Connect
to this in your browser, and you can call your Go code from devtools.
## Building
To build a redistributable, production mode package, use `wails build`.