GitHub Search 🔍

Demo project of Swift on Web App

https://swiftwasm.github.io/swift-web-github-example/

Requirements

This project only supports swiftwasm/swift distribution toolchain. Please install Swift for WebAssembly toolchain using Installation instruction

Getting Started

npm install
npm run start

Testing

swift test

iOS App

XcodeGen is required to make .xcodeproj

$ xcodegen
$ open GitHubExampleiOS.xcodeproj

Development Tips

You can edit source code and run test case on Xcode

swift package generate-xcodeproj