Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 877 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 877 Bytes

Beacons Store for Web

Built with React, React-Router and Google Firebase as backend services.

Demo

beacons.store

To sign in:

  • email: demo@beacons.store
  • password: beacons.store

Get started

  • Create Firebase configuration file <project_directory>/src/components/Firebase/config.js and fill up by following template:
const config = {
  apiKey: '',
  authDomain: '',
  databaseURL: '',
  projectId: '',
  storageBucket: '',
  messagingSenderId: ''
};

export default config;

In project directory run npm install to verify that all dependencies are fetched.

In the project directory run npm start to launch app in the development mode via http://localhost:3000.