This repository was archived by the owner on Jan 16, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 320
Static Build #46
Comments
Propably... You could disable prerendering and use a static html page. react-router need to be switched to hash based mode. You would loose some benefits like prerendering and pretty urls, but I think it is possible. |
Possible, but a crying shame. |
if you are using nginx you can use something like this to keep your pretty urls and push state router
|
#82 gives this capability, you'd have to make react router hash based in the code though |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I was wondering if it is possible to generate a static build using this starter package? For production, I'd quite like to just plonk a folder into an nginx server, rather than having express running the application. Is that possible?
Thanks,
Chris
The text was updated successfully, but these errors were encountered: