erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
11.99k stars 2.5k forks source link

Grabbing starter without demo app? #1138

Open xzilja opened 8 years ago

xzilja commented 8 years ago

I find it really overwhelming to have and remove all demo app contents and am breaking things left and right, wanted to check (wasn't able to find this on other branches) if there is this same starter kit but without any demo app, so clean empty starter?

roof12 commented 8 years ago

It would be nice to have.

When I started, I just removed the visible parts and started adding functionality for my application. Over the next few days I encountered leftovers of the demo. At that point I understood the framework better and was able to remove it without breaking anything.

jaraquistain commented 8 years ago

I had a similar experience to @roof12. It was going through the demo app and tearing out the stuff I didn't need that really got me familiar with how it all worked.

That being said, though, I'm wishing there was a barebones starter to use as well because I've got several other web apps that are going to be built and I don't want to have to rip everything out for all of them.

Hazantip commented 8 years ago

Maybe at this moment somebody have clear starter kit with this boilerplate? Can share a link?