From b802f93d089316e0a581a69b7b1e8d3ad1e795fe Mon Sep 17 00:00:00 2001 From: Alexander Bell Date: Sat, 10 Nov 2018 23:46:21 +0100 Subject: [PATCH] readme changes --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8bd894e..e9d9b8b 100644 --- a/README.md +++ b/README.md @@ -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. -Important: -You will need to run this website on a server. Google Firebase Hosting has always been a good solution for me:
+###Important: +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 -The reason is that react-router a server instance needs to push the history. \ No newline at end of file + +The reason is that react-router needs a server instance to push the history. \ No newline at end of file