Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 504 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 504 Bytes

SwiftUI Live Reload UI WebSocket with Kitura Server

Alt text

SwiftUI live reload UI with WebSocket

Requirements

  • macOS 10.15
  • Xcode 11
  • iOS 13

Getting Started

  • Clone the Repository
  • Open SwiftUIWebSocketServer and build to run the server in your localhost
  • Open SwiftUIWebSocketMobile and build to run iOS app in the simulator
  • Open swift_ui_web_socket_web_client and run npm install, then run npm start to start the local dev server in your browser