/dashgo

Dashboard developed in the rocketseat ignite bootcamp

Primary LanguageTypeScript

✨ Technologies

This project was developed with the following technologies:

💻 Project

dashgo is a dashboard developed on Ignite with ChakraUI.

✈️ Installation and use

# Open a terminal and copy this repository with the command
git clone https://github.com/Brunoocn/dashgo.git
# or use the download option.
# Open the folder with
cd dashgo
# Install dependencies
yarn install
# Run the aplicattion
yarn dev