/auction-poc

Real time Auction PoC using React and Firebase

Primary LanguageJavaScript

Auction-poc

Auction PoC app with React.

Demo

Stack

This project was bootstrapped with Create React App.

Firebase is used for user authentication, and real time database.

React-router is used for browser routing.

How to run ?

Before runnign the application, create a copy of config.template.json and rename it config.json. You should used your own firebase credentials (check here).

npm install
npm run start

Access to http://localhost:3000 to use the app.