Skip to content

FilipeHub/app-chat-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Challenge (ReactJS)

About this project

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.

Getting Start

Prerequisites

To run this project in the development mode, you'll need to have a basic environment with ReactJS

Installing

Cloning the Repository

$ git clone https://github.com/FilipeHub/app-chat-challenge.git

Installing dependencies

$ yarn

or

$ npm install

Running the Development environment

$ yarn start

or

$ npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn build

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.

About

This project represents the web frontend of the Chat Challenge API: https://github.com/FilipeHub/api-chat-challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published