An open API service indexing awesome lists of open source software.

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

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`.