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

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

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)