A simple comment system, built with ReactJS, integrated with Firebase(authentication and real-time database).
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.
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/
Run the command below to deploy, minimizing All Files.
npm run build
or
yarn build
https://reactjs-faea2.firebaseapp.com
- ReactJS
- Firebase