Skip to content

@👨‍💻 A simple comment system, built with ReactJS, integrated with Firebase, using authentication and a real-time database.

Notifications You must be signed in to change notification settings

mariorodeghiero/reactjs-comments-app

Repository files navigation

ReactJS Comments App

A simple comment system, built with ReactJS, integrated with Firebase, using authentication and real-time database, based on the DevReactJS Devpleno course.

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/mariorodeghiero/reactjs-comments-app.git

Installing the dependencies from the NPM Package Manager

npm install

To start the development environment, run the following command:

npm run start

or

yarn start

Deployment

Run the command below to deploy, minimizing All Files.

npm run build

or

yarn build

After run, the browser open window automatically at http://localhost:3000/

Built with

  • React.js
  • Firebase

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

@👨‍💻 A simple comment system, built with ReactJS, integrated with Firebase, using authentication and a real-time database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published