https://github.com/nvbn/czgramma
https://github.com/nvbn/czgramma
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nvbn/czgramma
- Owner: nvbn
- Created: 2016-12-06T18:01:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-17T10:59:07.000Z (about 9 years ago)
- Last Synced: 2025-07-03T00:36:44.837Z (7 months ago)
- Language: JavaScript
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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