This project represents the web frontend of the Chat Challenge API, where the user could:
- Login
- Enter in a chat room
- Send and receive instant messages
This project was bootstrapped with Create React App.
To run this project in the development mode, you'll need to have a basic environment with ReactJS
Cloning the Repository
$ git clone https://github.com/FilipeHub/app-chat-challenge.git
Installing dependencies
$ yarn
or
$ npm install
$ yarn start
or
$ npm run start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.