Sample application for Kitura Web Framework
This is a sample Kitura application. See instructions for installing on macOS or Linux.
git clone https://github.com/IBM-Swift/Kitura-Sample.git && cd Kitura-Sample
Note: do not use the GitHub "Download ZIP" button
-
swift build
-
./.build/debug/Kitura-Sample
You should see message Listening on port 8080.
- Open your browser at http://localhost:8080
swift test
You can also run this sample application inside Xcode. For more details, visit the Kitura wiki.
This sample app is licensed under the Apache License, Version 2.0.