Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claudiopro/react-playground
React playground
https://github.com/claudiopro/react-playground
Last synced: about 1 month ago
JSON representation
React playground
- Host: GitHub
- URL: https://github.com/claudiopro/react-playground
- Owner: claudiopro
- Created: 2015-09-03T15:10:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T13:10:59.000Z (over 9 years ago)
- Last Synced: 2023-08-02T02:35:57.018Z (over 1 year ago)
- Language: JavaScript
- Size: 605 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)