- This repository has the React Frontend, a Node/Express BackEnd working together
- This repository can also be used as a boilerplate to create React/Express app.
-
In your terminal, navigate to the
fetchPrice
directory. -
Run
npm install
to install all dependencies. -
Run
npm start
to start the app. -
In another terminal, navigate to the
displayPriceReact
directory. -
Run
npm install
to install all dependencies. -
Run
npm start
to start the app -
With the two apps running, open your browser in http://localhost:3000/.
-
You should now see the output from both React and Node