shial4 / swiftwebui-scripts

Tools for working with SwiftWebUI & SwiftWASM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%