Skip to content

alfredoxyanez/pocketchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pocketchange

This is a work in progress. I am going to create a React App that displays the price of certain cryptocurrencies of your choosing.

To run in Development:

  1. git clone repository
  2. run npm install inside root
  3. run npm install inside react-app/
  4. run npm start inside root (this will start the express backend server port 3001)
  5. run npm start inside react-app/ ( this will start the dev build inport 3000)
  6. Go to localhost:3000

To run in Production:

  1. git clone repository
  2. run npm install inside root
  3. run npm install inside react-app/
  4. run npm run build inside react-app/
  5. run npm start inside root (this will start the express backend server port 3001)
  6. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published