Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 473 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 473 Bytes

CoinPusher

Technology

  • React
  • Express
  • Pusher

Setup

Install the dependencies

$ npm install

Start app

$ npm start

If you want to test app offline

Install serve globally

$ npm i -g serve

Build app

$ npm run build

Serve app

$ serve -s build

Point your browser to http://localhost:5000/

This project was bootstrapped with Create React App.