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
- Host: GitHub
- URL: https://github.com/flasd/react-playground
- Owner: flasd
- License: mit
- Created: 2017-12-13T02:57:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T03:31:03.000Z (over 8 years ago)
- Last Synced: 2025-01-22T01:41:26.475Z (over 1 year ago)
- Topics: experiment, js, playground, react
- Language: JavaScript
- Size: 50.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:!