/CoinPusher

Example of progresive web app using React

Primary LanguageJavaScript

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.