https://github.com/trstringer/react-laboratory
:microscope: Minimal boilerplate to experiment and test with React without having to worry about the server
https://github.com/trstringer/react-laboratory
Last synced: 5 months ago
JSON representation
:microscope: Minimal boilerplate to experiment and test with React without having to worry about the server
- Host: GitHub
- URL: https://github.com/trstringer/react-laboratory
- Owner: trstringer
- Created: 2016-06-22T12:47:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T18:32:47.000Z (over 8 years ago)
- Last Synced: 2025-03-30T23:11:09.334Z (10 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 21
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Laboratory
A minimal boilerplate required to test and experiment with React.
*Note: this should not be used in production. For test only.*
## Installation
```
$ git clone https://github.com/tstringer/react-laboratory.git
$ cd react-laboratory
$ npm install
```
## Run the dev server (webpack-dev-server)
```
$ npm run
```
Open your browser to ***http://localhost:8080*** to view. Modify your React code in your editor, save your changes, and watch those changes automatically reflect in the browser! *(the power of webpack-dev-server)*