This a NodeJS + React App that displays space launch missions around the world.
-
Make sure Node and NPM are installed by typing
node -v
in the command line. If NPM is not installed please proceed to this page to install Node. -
Clone or download the repo to the local machine.
-
cd
to the folder where the backend is in, for example,cd ~/Downloads/Rockets/backend
or cdC:\\GitHub\Rockets\backend
-
Install project dependency by typing in
npm install
. -
Start the server by typing
npm start
. -
Open a new terminal tab
-
cd
to the folder where the frontend code is in, for example,cd ~/Downloads/Rockets/frontend
or cdC:\\GitHub\Rockets\frontend
. -
Install project dependency by typing in
npm install
. -
Start the server by typing
npm start
. -
Visit the app from localhost:3000