https://github.com/odroe/spry-starter
Spry framework starter
https://github.com/odroe/spry-starter
Last synced: about 1 year ago
JSON representation
Spry framework starter
- Host: GitHub
- URL: https://github.com/odroe/spry-starter
- Owner: odroe
- Created: 2020-04-22T17:16:05.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T08:32:49.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T14:22:13.601Z (over 1 year ago)
- Language: Dart
- Homepage:
- Size: 34.2 KB
- Stars: 31
- Watchers: 3
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Spry Starter
Spry is an HTTP middleware framework for Dart to make web applications and APIs server more enjoyable to write.
## Installation
```bash
$ dart pub get
```
## Running the app
```bash
$ 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.
```bash
$ dartn run spry_fsrouter
```
## Running tests
```bash
$ dart test
```
## About Spry
Read more about Spry at [spry.fun](https://spry.fun).