diff --git a/README.md b/README.md index b3ee250..4423062 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,14 @@ A library site made using django backend. . _venv/bin/activate python manage.py runserver ``` +### Setup for React +```bash + sudo apt-get install nodejs + sudo apt-get install npm + npm install -g create-react-app +``` +### To bootstrap the react application +```bash + create-react-app library + cd library +``` \ No newline at end of file