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: 1 day ago
JSON representation
Tools for working with SwiftWebUI & SwiftWASM
- Host: GitHub
- URL: https://github.com/carson-katri/swiftwebui-scripts
- Owner: carson-katri
- Created: 2020-06-01T22:52:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T13:12:59.000Z (over 2 years ago)
- Last Synced: 2024-10-31T14:36:55.196Z (14 days ago)
- Topics: nodejs, swiftui
- Language: JavaScript
- Size: 20.5 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.