Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/claudiopro/react-playground

React playground
https://github.com/claudiopro/react-playground

Last synced: about 1 month ago
JSON representation

React playground

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/claudiopro/react-playground.svg?branch=master)](https://travis-ci.org/claudiopro/react-playground)

# React playground

A playground to try experiments with React

# Run

```sh
npm start
```

# Test

To launch Karma in watch mode:

```sh
npm test
```

To execute tests only once:

```sh
npm run test-single-run
```

# License

[MIT](http://opensource.org/licenses/MIT)