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

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

Quick and Unopinionated Playground for React
https://github.com/flasd/react-playground

experiment js playground react

Last synced: about 1 month ago
JSON representation

Quick and Unopinionated Playground for React

Awesome Lists containing this project

README

          

# react-playground
Quick and Unopinionated Playground for React, with Css Modules and Html Plugin setup for you!

### Features
- ES6, 7, NEXT Support with Babel
- Webpack Dev Server Live Reload
- Css Modules

### Setup

So, you want to play? :smirk:

First thing, you must clone this repository and `cd` into it's folder

```
$ git clone https://github.com/flasd/react-playground && cd react-playground
```
Nice. Now, we need to make sure everything is in place for us to play
```
$ npm install
```
And now, we can start the fun!!

```
$ npm start
```

The entry point is in the `src/index.js` file.

### MIT Licence
Open-Source all the way, let's create awesome stuff.

If you've liked this, consider giving it a :star:!