gaearon / react-hot-boilerplate

Minimal live-editing example for React
MIT License
3.91k stars 879 forks source link

Add production build #63

Closed gaearon closed 7 years ago

gaearon commented 8 years ago

We should have one. It’s not very obvious how to do it. 😉

jlippold commented 8 years ago

For those of us using the current version, how do we build since npm build isnt here yet?

ghost commented 8 years ago

Check out this comment for a basic answer: https://github.com/gaearon/react-hot-boilerplate/issues/13#issuecomment-73414559

You might also be interested in this PR which includes an npm run build: https://github.com/gaearon/react-hot-boilerplate/pull/81

jlippold commented 8 years ago

thanks :)

calesce commented 7 years ago

closed via #118