justtoconfirm / booking

0 stars 0 forks source link

React Router #7

Closed justtoconfirm closed 5 years ago

justtoconfirm commented 5 years ago

Implement React Router. We may need to install webpack-dev-server to allow React Router to work locally.

Useful links:

justtoconfirm commented 5 years ago

Can be tested using a Python server:

$ python -m SimpleHTTPServer 8000

Then view the pages using the URL:

http://localhost:8000

justtoconfirm commented 5 years ago

Another good tutorial here: https://medium.freecodecamp.org/beginners-guide-to-react-router-4-8959ceb3ad58