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: 4 months ago
JSON representation

Demo project of SwiftWasm app using webpack

Lists

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