Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkwebdev/category-list-react
Simple project in React
https://github.com/darkwebdev/category-list-react
Last synced: about 1 month ago
JSON representation
Simple project in React
- Host: GitHub
- URL: https://github.com/darkwebdev/category-list-react
- Owner: darkwebdev
- Created: 2015-10-18T22:52:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-19T15:10:45.000Z (about 9 years ago)
- Last Synced: 2024-04-16T22:28:35.313Z (9 months ago)
- Language: JavaScript
- Homepage: http://darkwebdev.github.io/category-list-react/
- Size: 602 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# category-list-react
Simple project in React[Preview](http://darkwebdev.github.io/category-list-react)
## Build
```
npm i
```
```
npm run build
```
Open `index.html` in browser## Lint
```
npm run lint
```## Test
```
npm test
```*tests require React revision from Master branch (0.15-alpha) due to version 0.14 bug in Shallow rendering.