Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 520 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 520 Bytes

This project was bootstrapped with Create React App.

reference : https://codepen.io/shivapandey/pen/dWdRYM?editors=1111

Project TechStack

  • ReactJs
  • Firebase

ENV

REACT_APP_NODE_ENV=developement
REACT_APP_APIKEY=
REACT_APP_AUTHDOMAIN=
REACT_APP_DATABASEURL=
REACT_APP_PROJECTID=
REACT_APP_STORAGEBUCKET=
REACT_APP_MESSAGINGSENDERID=
REACT_APP_APPID=
REACT_APP_MEASUREMENTID=

RUN PROJECT

> touch .env
> yarn install
> yarn run start