Skip to content

joanlamrack/rahasia-kita

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RahasiaKita

Password Manager with React, Redux, Redux Thunk and Firebase

Deployed version : Firebase Server;

Before installing the project, edit the env.template on the root of the project to match of your firebase config.

env template content:

REACT_APP_FIREBASE_APIKEY=
REACT_APP_FIREBASE_AUTHDOMAIN=
REACT_APP_FIREBASE_DATABASEURL=
REACT_APP_FIREBASE_PROJECTID=
REACT_APP_FIREBASE_STORAGEBUCK=
REACT_APP_FIREBASE_MSGSENDERID=

and then run:

npm install
npm start