mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-11 00:00:44 +00:00
27 lines
402 B
Markdown
27 lines
402 B
Markdown
# web_ex
|
|
|
|
An absolute bare-bones web app which uses the epub package.
|
|
|
|
## To run
|
|
|
|
Install webdev
|
|
```bash
|
|
pub global activate webdev
|
|
```
|
|
|
|
Get dependencies
|
|
```bash
|
|
pub get
|
|
```
|
|
|
|
Run the application
|
|
```bash
|
|
webdev serve
|
|
```
|
|
|
|
Browse to `localhost:8080`
|
|
|
|
|
|
## Notices
|
|
Created from templates made available by Stagehand under a BSD-style
|
|
[license](https://github.com/dart-lang/stagehand/blob/master/LICENSE).
|