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. cdto that directory.- Create two sub-directories.
clientserver
- In the same terminal session,
cdto the client directory. git clone git@github.com:nss-day-cohort-44/rare-stucco-turtles.git .<-- note the single dot at the end.npm installto get all required packages installed for the React client.npm start
- In the second terminal session,
cdinto therare/serverdirectory. pipenv shellpipenv install watchgod autopep8watchgod request_handler.main