Demonstration of the application | Features | Technologies used | Application installation
- Login with GitHub
- Subscribe to the blog through recurring payment
- View partial blog posts if you're not logged in or have an active subscription
- View full blog posts if logged in and with an active subscription
git clone https://github.com/mathwcruz/ignite-reactjs-chapter_III-ignews.git
to clone the repository
To run the application on the web, follow the instructions from your terminal:
cd ignite-reactjs-chapter_III-ignews
andcode .
- run
yarn
to install the dependencies of the project - After that, run
yarn dev
to run the application, will open at the addresslocalhost:3000
Matheus da Cruz 🚀