You are going to need a minimum of two terminal sessions open for this project at all times. Go ahead and open two now.
- In the first terminal, make a directory on your system for the code for this project. For example,
~/workspace/python/rare
. cd
to that directory.- Create two sub-directories.
client
server
- In the same terminal session,
cd
to the client directory. git clone git@github.com:nss-day-cohort-44/rare-stucco-turtles.git .
<-- note the single dot at the end.npm install
to get all required packages installed for the React client.npm start
- In the second terminal session,
cd
into therare/server
directory. pipenv shell
pipenv install watchgod autopep8
watchgod request_handler.main