"A basic chatbot created with Django + React + Love"
virtualenv venv --python=python3
source venv/bin/activate
pip install -r requirements.txt
npm init -y
npm i react react-dom prop-types
npm i -D @babel/core babel-loader @babel/preset-env @babel/preset-react babel-plugin-transform-class-properties
npm i -D webpack webpack-cli