Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 523 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 523 Bytes

Spry Starter

Spry is an HTTP middleware framework for Dart to make web applications and APIs server more enjoyable to write.

Installation

$ dart pub get

Running the app

$ dart run bin/spry_starter.dart

Generating routes

If you add a new route to lib/app/ directory, you need to run the following command to generate the routes.

$ dartn run spry_fsrouter

Running tests

$ dart test

About Spry

Read more about Spry at spry.fun.