Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

ngs-archives/Swifton-TodoApp

 
 

Repository files navigation

Swifton TodoApp Example App.

Getting Started

  • Install exact Development snapshot version from Swift.org or via swiftenv.
  • Checkout TodoApp example project.
  • Run swift build inside app.
  • Run ./.build/debug/Swifton-TodoApp.
  • Open http://0.0.0.0:8000/todos in your browser.

Updating

You may get this error after updating TodoApp:

error: The dependency graph could not be satisfied because an update to...

Simply run:

swift build --clean dist
swift build

Try it out now!

Just try it out by deploying to Swifton.me (not affiliated with Swifton).

Deploy to Swifton.me

About

TodoApp example application built on top of Swifton web framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 45.5%
  • Swift 27.1%
  • Shell 20.4%
  • HTML 7.0%