diegohaz / arc

React starter kit based on Atomic Design

Home Page:https://arc.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running from dist

mikewgd opened this issue · comments

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.
commented

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 <your server>".