/hello-react

A simple application to test and learn about React.js

Primary LanguageJavaScript

Hello React !

A application to test and learn about React

What is

Is a simple chat application using React.js and Firebase as a backend data service.
Access here: https://marlonfurtado.github.io/hello-react/

Running

# 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

Get for you

  1. Clone this repository
  2. Create your firebase project
  3. Create a file firebase.env.js like the example in /src/firebase.env.example.js (Copy&Paste)
  4. Change values of firebase.env.js to your firebase config
  5. 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