Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swiftwasm/swift-web-github-example
Demo project of SwiftWasm app using webpack
https://github.com/swiftwasm/swift-web-github-example
Last synced: 14 days ago
JSON representation
Demo project of SwiftWasm app using webpack
- Host: GitHub
- URL: https://github.com/swiftwasm/swift-web-github-example
- Owner: swiftwasm
- Created: 2020-04-29T04:26:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T17:40:28.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T21:55:32.635Z (7 months ago)
- Language: Swift
- Homepage: https://swiftwasm.github.io/swift-web-github-example/
- Size: 13.3 MB
- Stars: 15
- Watchers: 4
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Search 🔍
Demo project of Swift on Web App
https://swiftwasm.github.io/swift-web-github-example/
## Requirements
This project only supports [`swiftwasm/swift`](https://github.com/swiftwasm/swift) distribution toolchain.
Please install Swift for WebAssembly toolchain using [Installation instruction](https://book.swiftwasm.org/getting-started/setup.html)## Getting Started
```sh
npm install
npm run start
```## Testing
```sh
swift test
```## iOS App
[XcodeGen](https://github.com/yonaskolb/XcodeGen/) is required to make `.xcodeproj`
```sh
$ xcodegen
$ open GitHubExampleiOS.xcodeproj
```## Development Tips
You can edit source code and run test case on Xcode
```sh
swift package generate-xcodeproj
```