This is a simple scaffolding project with a React frontend set up the way I use it 99% of the time. If you want to use it, or fork it, or whatever, great!
I find myself wanting to throw together React apps to test ideas all the time. It can be a pain to set everything up, even with a lot of practice, so I decided to just put everything here.
The point is to get up and prototyping fast.
Just run yarn install
after cloning.
yarn start
will start the application.
- Renders a simple page out of the box
- No configuration. Just start building your app.
- Pre-structured
- Different branches for different setups
Because I don't always need all features, there are a few branches that have different base setups:
- master
- redux
Use as in git checkout redux
A basic setup with no redux.
A basic stup with redux pre-wired.
The biggest of thank-yous to all the devs who have made these projects happen!