https://github.com/flavioislima/realtime-comments
Realtime comment system build with ReactJS and Firebase
https://github.com/flavioislima/realtime-comments
enzyme firebase firebase-realtime-database jest reactjs
Last synced: 3 months ago
JSON representation
Realtime comment system build with ReactJS and Firebase
- Host: GitHub
- URL: https://github.com/flavioislima/realtime-comments
- Owner: flavioislima
- License: gpl-3.0
- Created: 2018-07-10T23:22:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T13:56:16.000Z (almost 8 years ago)
- Last Synced: 2025-03-13T06:31:59.999Z (over 1 year ago)
- Topics: enzyme, firebase, firebase-realtime-database, jest, reactjs
- Language: JavaScript
- Size: 332 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReactJS Comments App
A simple comment system, built with ReactJS, integrated with Firebase(authentication and real-time database).
### Prerequisites
What things you need to install the software and how to install them
* node.js
* NPM Package Manager
* Create token in [Firebase]
**Note:** After creating the token, necessary put your token on Base.js file.
### Installing
Clone this repository
```
git clone https://github.com/flavioislima/realtime-comments.git
```
Installing the dependencies from the NPM Package Manager
```
cd realtime-comments
```
```
npm install
```
To start the development environment, run the following command:
```
npm run start
```
or
```
yarn start
```
After run, the browser open window automatically at http://localhost:3000/
## Deployment
Run the command below to deploy, minimizing All Files.
```
npm run build
```
or
```
yarn build
```
## Example Hosted on:
https://reactjs-faea2.firebaseapp.com
## Built with
- ReactJS
- Firebase
## Author
- [Flávio F Lima](https://github.com/flavioislima)
## Project built during devReactJS course at
- [DevPleno](https://www.devpleno.com)