This project was created during a Rocketseat free event
This is a React JS project.
Before you start, you will need to have the following tools installed on your machine: Git, Node.js. Besides this it is good to have an editor to work with the code like VSCode
# Clone this repository
$ git clone https://github.com/rodrigoqueiroz12/ignite-lab-rocketseat.git
# Go to the project folder in terminal/cmd
$ cd ignite-lab-rocketseat
# Install the dependencies
$ npm install
# Run the application in development mode
$ npm run dev