A application to test and learn about React
Is a simple chat application using React.js and Firebase as a backend data service.
Access here: https://marlonfurtado.github.io/hello-react/
# install dependencies
npm install
# serve at localhost:3000
npm start
# build for production
npm run build
# deploy to github pages
npm run deploy
# run tests
npm test
- Clone this repository
- Create your firebase project
- Create a file
firebase.env.js
like the example in/src/firebase.env.example.js
(Copy&Paste) - Change values of
firebase.env.js
to your firebase config - Run the server:
npm start
This project was bootstrapped with Create React App
For more infos about React, check out the docs
See the app here