Technologies | Project | How to run
This project was developed using the following technologies:
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.
- 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.