🚀 It's a NewsLetter application, where the user sees a preview of an article if he doesn't have subscription, which he can do with his github, and assign for a payment per month. After he is able to see and read all articles coming from a database.
- [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.