Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.27 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.27 KB

Chat Web

Creating a chat for study purpose

ParticipantsTechsUsage

Participants

| Rodrigo Leite Araujo

Techs

  • React.js
  • TypeScript
  • Styled Componets
  • Firebase

How to download the project:

# Clone the repository
$ git clone https://github.com/rodrigoaraujo7/chat-web.git

# Enter directory
$ cd chat-web

# Run project
$ npm install
$ npm start

Usage

  1. Run npm install.
  2. Run npm start and access http://localhost:3000/.

Developed by Rodrigo Leite Araujo