Pokedex with python flask app as a server and react.js as a client
-
Install Dependencies in Root Folder
In the root folder, run:
npm install
-
Install Dependencies in frontend Folder
In the frontend folder, run:
npm install
-
Install Dependencies in backend Folder
In the backend folder, run:
python3 -m venv venv source venv/bin/activate pip install -r requirements.txt
-
Run the project Folder Move to root folder, run:
npm run deploy
-
Open your prefered browser Navigate to : 'http://127.0.0.1:8000'