Skip to content

flavioislima/realtime-comments

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Project built during devReactJS course at

About

Realtime comment system build with ReactJS and Firebase

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published