Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.