Skip to content

carson-katri/swiftwebui-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swiftwebui-scripts

Scripts to make working with SwiftWebUI and WASM easier.

Getting Started

To make a new SwiftWebUI project, run:

npx carson-katri/swiftwebui-scripts create MyApp

(use your Swift project naming scheme, not a node dash case. We'll convert it for you)

Your project will be created in my-app.

Then, open the folder and run:

npm install
make
npm start

to build the project and start the webpack server.

Now just edit the embedded Swift project, and run make when you're ready to view the changes in your browser.

About

Tools for working with SwiftWebUI & SwiftWASM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published