Koscee / recipedia

An online recipe manual
0 stars 0 forks source link

deploy web app to Github pages | Surge #1

Closed Koscee closed 4 months ago

Koscee commented 4 months ago

gh pages require some code configuration to for react-router to work on production ( i.e changing BrowserRouter to HashRouter ). To keep things simple, I will use Surge to deploy the application. Surge supports react-router4^ by default.