Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariorodeghiero/reactjs-comments-app
@π¨βπ» A simple comment system, built with ReactJS, integrated with Firebase, using authentication and a real-time database.
https://github.com/mariorodeghiero/reactjs-comments-app
firebase firebase-auth firebase-database reactjs
Last synced: about 5 hours ago
JSON representation
@π¨βπ» A simple comment system, built with ReactJS, integrated with Firebase, using authentication and a real-time database.
- Host: GitHub
- URL: https://github.com/mariorodeghiero/reactjs-comments-app
- Owner: mariorodeghiero
- Created: 2018-05-23T00:55:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T11:55:59.000Z (about 6 years ago)
- Last Synced: 2024-02-29T18:34:41.718Z (9 months ago)
- Topics: firebase, firebase-auth, firebase-database, reactjs
- Language: JavaScript
- Homepage: https://reactjs-9528e.firebaseapp.com
- Size: 208 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
* [MΓ‘rio AntΓ΄nio do Amaral Rodeghiero](https://github.com/mariorodeghiero)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
[devpleno]: https://www.devpleno.com
[firebase]: https://firebase.google.com