readme changes

This commit is contained in:
Alexander Bell 2018-11-10 23:46:21 +01:00
parent d6b4347a7d
commit b802f93d08

View File

@ -5,7 +5,9 @@ Feel free to fork and clone this project. You may also use this as an template f
This project is developed with ReactJS. Run `/npm install` to install all packages and `/npm run start` to start the localhost development server and `/npm run build` to build the final built of the project. This project is developed with ReactJS. Run `/npm install` to install all packages and `/npm run start` to start the localhost development server and `/npm run build` to build the final built of the project.
Important: ###Important:
You will need to run this website on a server. Google Firebase Hosting has always been a good solution for me:<br /> You will need to run this website on a server. Google Firebase Hosting has always been a good solution for me:
https://firebase.google.com https://firebase.google.com
The reason is that react-router a server instance needs to push the history.
The reason is that react-router needs a server instance to push the history.