Ecosyste.ms: Awesome

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

https://github.com/carson-katri/swiftwebui-scripts

Tools for working with SwiftWebUI & SwiftWASM
https://github.com/carson-katri/swiftwebui-scripts

nodejs swiftui

Last synced: 4 months ago
JSON representation

Tools for working with SwiftWebUI & SwiftWASM

Lists

README

        

# swiftwebui-scripts
Scripts to make working with [SwiftWebUI and WASM](https://github.com/carson-katri/SwiftWebUI) easier.

# Getting Started

To make a new SwiftWebUI project, run:

```sh
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:

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