Skip to content

Instantly share code, notes, and snippets.

View geoffreynyaga's full-sized avatar

Geoffrey Nyaga geoffreynyaga

View GitHub Profile
yarn add webpack webpack-cli --dev
now install babel and other required babel dependencies
yarn add @babel/core @babel/preset-react @babel/preset-env --dev
Babel Loaders
yarn add babel-loader css-loader style-loader --dev
install react and react-dom
yarn add react react-dom --dev

Update production.py with:

  • first install the following packages in command promt
pip install psycopg2

change BASE_DIR to