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

https://github.com/nvbn/czgramma


https://github.com/nvbn/czgramma

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# czgramma

Server-less web app for learning czech grammar that fetches
random article from wikipedia and removes word endings – http://czgramma.herokuapp.com/.

## Development

Install dependencies:

```bash
npm install
```

Run tests:

```bash
npm test
```

Run develop server:

```bash
npm start
```

Build production build:

```bash
npm build
```

## License MIT