This is a work in progress. I am going to create a React App that displays the price of certain cryptocurrencies of your choosing.
- git clone repository
- run npm install inside root
- run npm install inside react-app/
- run npm start inside root (this will start the express backend server port 3001)
- run npm start inside react-app/ ( this will start the dev build inport 3000)
- Go to localhost:3000
- git clone repository
- run npm install inside root
- run npm install inside react-app/
- run npm run build inside react-app/
- run npm start inside root (this will start the express backend server port 3001)
- Go to localhost:3001
NOTE You can change the port for the express server by running PORT=WHAT_EVER_PORT npm start You must then also change the port number in the proxy section of /react-app/package.json