From 37ba29ef4982f35b5bbf1c50e195085b23f20df7 Mon Sep 17 00:00:00 2001 From: CreativeCoder786 <72194093+CreativeCoder786@users.noreply.github.com> Date: Thu, 1 Oct 2020 14:51:52 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8fb081..8545b99 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ See deployed at http://ivanc.uk 2. A [Django server app](/server) that assists the React app by providing data via a REST API. See deployed at https://api.ivanc.uk -## React app +## React app : Best Guide Source code located under `/web-client`. This React app is set up with [Webpack](https://webpack.github.io/) and [Express](http://expressjs.com/) so that the React components are rendered in the server side.