https://github.com/akgondber/pokedex
https://github.com/akgondber/pokedex
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akgondber/pokedex
- Owner: akgondber
- Created: 2018-06-16T22:41:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-16T22:46:22.000Z (almost 7 years ago)
- Last Synced: 2025-01-05T23:43:12.244Z (5 months ago)
- Language: JavaScript
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Yet anoother pokemon app
#### Development
```
$ yarn dev
```### Linting (using [standard](https://github.com/standard/standard))
If you want just lint the code, issue this command:
```
$ yarn lint
```If you want automatically format code, you can run the following command and say goodbye to messy or inconsistent code:
```
$ yarn lint:fix
```### Build
```
$ yarn build
```