Skip to content

beatrizsaoliveira/rocketseat-nlw05-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-time Chat

Technologies   |    Project   |    How to run


👩‍💻 Technologies

This project was developed using the following technologies:


⚙️ Project

O support-chat is an app that offers a real-time support chat.

This Project was developed during the Node.js path in NLW05 by Rocketseat. I learned concepts about what is an API, starting a project using TypeScript and Express for route management.


🏃‍♀️ How to run

  • Clone this repo
  • Install all dependencies with yarn install
  • Start the server with yarn dev

You can access the app typing localhost:8080 on your browser.