Skip to content

diogorochaa/ignite-call-next

Repository files navigation

Ignite Call

About   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Esse projeto foi desenvolvido durante o Ignite da Rocketseat, com o objetivo de colocar em prática os conhecimentos adquiridos durante o curso.

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/diogorochaa/ignite-call-next.git

# Access
$ cd ignite-call-next

# Install dependencies
$ npm install

# Run the project
$ npm run dev

# The server will initialize in the <http://localhost:3000>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Diogo

 

Back to top