https://github.com/joshmock/react-experiment-boilerplate
A boilerplate for doing experiments with React.
https://github.com/joshmock/react-experiment-boilerplate
Last synced: over 1 year ago
JSON representation
A boilerplate for doing experiments with React.
- Host: GitHub
- URL: https://github.com/joshmock/react-experiment-boilerplate
- Owner: JoshMock
- Created: 2016-08-17T16:31:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-05-28T18:02:54.000Z (about 4 years ago)
- Last Synced: 2025-03-19T02:29:46.639Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-experiment-boilerplate
I do a lot of experiments with React. React is not trivial to set up. And so I
made a boilerplate repo that includes all the stuff I need to run a React app.
All I have to do is this:
```bash
git clone git@github.com:JoshMock/react-experiment-boilerplate.git some-folder
cd some-folder
npm install
npm start
```
This installs everything I need so I can just start editing
[`index.js`](./index.js) and [`index.html`](./index.html) and it will hot
reload on `localhost:8080`!
Yes, it does blow away the `.git` directory on install. That's on purpose. I
don't want to accidentally commit stuff to the boilerplate that's specific to a
particular experiment. ¯\\\_(ツ)\_/¯