- [NodeJS](https://nodejs.org/)
- [Git](https://git-scm.com/)
- Além disto é bom ter um editor para trabalhar com o código como [VSCode](https://code.visualstudio.com/)
- [Git](https://git-scm.com/)
- Além disto é bom ter um editor para trabalhar com o código como [VSCode](https://code.visualstudio.com/)
First, download this repository to your machine:
git clone https://github.com/flvSantos15/feedback-widget.git
Go to the folder:
cd folder's name
Then, install dependencies by running:
yarn
# or
npm install
And finally, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.