An open API service indexing awesome lists of open source software.

https://github.com/iia-hannah/react-firebase-nwitter

Cloning Twitter React + Firebase by Nomad Coders
https://github.com/iia-hannah/react-firebase-nwitter

firebase firestore nomad-coders oauth react

Last synced: 2 months ago
JSON representation

Cloning Twitter React + Firebase by Nomad Coders

Awesome Lists containing this project

README

          

# react-firebase-nwitter
- Cloning Twitter React + Firebase by Nomad Coders
- [노마드 코드 강의](https://nomadcoders.co/nwitter) 를 보고 실습하였습니다 :)
- 실습 결과보기 -> [Demo](https://hyunah-iia.github.io/react-firebase-nwitter)

사용 기술
---
- npm
- React
- Firebase Authentication
- Cloud Firestore
- Firebase Storage

설치 및 실행방법
---
```
$ git clone https://github.com/HyunAh-iia/react-firebase-nwitter.git
$ cd react-firebase-nwitter && npm install
$ npm run start (혹은 yarn start)
```