l: [email protected]
h: qwerty
Instagram social app clone.
Report bug
ยท
Request feature
To start editing app:
- Clone the repo:
git clone https://github.com/piotrglodek/insta-clone.git
- Install with npm:
npm install
- Create account in firebase, and create firebase project
- Create in root directory file
.env
and inside write
REACT_APP_APIKEY= your firebase config api
REACT_APP_AUTHDOMAIN= your firebase config api
REACT_APP_DATABASEURL= your firebase config api
REACT_APP_PROJECTID= your firebase config api
REACT_APP_STORAGEBUCKET= your firebase config api
REACT_APP_MESSAGINGSENDERID= your firebase config api
REACT_APP_APPID= your firebase config api
- Run with npm:
npm start
- Open
http://localhost:3000
in your browser, and voilร .
- more reusable components
- dark theme
- edit user profile
Mit