wellyshen / react-cool-starter

😎 🐣 A starter boilerplate for a universal web app with the best development experience and a focus on performance and best practices.
MIT License
1.31k stars 242 forks source link

index.html ? #46

Closed msimonc closed 7 years ago

msimonc commented 7 years ago

I already have an api server and so would adapt your awesome project to it as a front end, I'll just: yarn build:client

Q: Could you please create an index.html file?

Thanks mate from Sydney

wellyshen commented 7 years ago

@msimonc The main feature of this starter kit is "universal rendering". All the html configuration was designed for the purpose, if you just want a client side solution, I will recommend you give create-react-app a try ;)

msimonc commented 7 years ago

Thanks but create-react-app doesn't provide the react-router4 / webpack2 / code splitting combination that yours does, which is rare ATM. Universal Rendering is great but many front end apps already have a back end so don't need it. Cheers,

wellyshen commented 7 years ago

@msimonc OK, I will consider your suggestion, but I need time to do adjust and release a client side only repo.

msimonc commented 7 years ago

Good. I'll be working on it too.

Have a look in Github yourself, but AFAIK your project is a leader in those techs ATM.