Skip to content

thisisvk-in/wails-template-nextjs-app-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

About

Wails template for Nextjs with app router. For more details Nextjs-Template.

Start

To use this template follow below command

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.