diegohaz / arc

React starter kit based on Atomic Design
https://arc.js.org
2.91k stars 295 forks source link

Running from dist #348

Closed mikewgd closed 6 years ago

mikewgd commented 6 years ago

When I build the example and refresh the page on Sample Page I get a 404

Error response
Error code 404.

Message: File not found.

Error code explanation: 404 = Nothing matches the given URI.
diegohaz commented 6 years ago

You should redirect everything to index.html on you server. Since it depends on the server you're using, that's hard to tell here. Search for "running SPA on \".