Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m-abs/comic-playground


https://github.com/m-abs/comic-playground

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# JavaScript helpers for flutter readium

## Getting started

Make sure to have NodeJs already installed.

### Install all dependencies

```bash
npm install
```

### Start developing and serve your app

```bash
npm start
```

### Build your application

```bash
npm run build
```

### Run unit tests

```bash
npm run test
```

### Run coverage

```bash
npm run coverage
```

### Docker

Or simply run the example using docker:

```bash
docker-compose up
```