/ignews

News page with paid subscription application in Next.js. Project developed following the third chapter of Rocketseats Ignite ReactJS course.

Primary LanguageTypeScript

Ignews

Getting started

  1. Clone this repostory
  2. Run following command to install dependencies:
yarn
  1. Create a copy of the ".env.example" file and rename it to ".env.local".
  2. Provide and add the system keys to the ".env.local".
  3. Run the application with following command:
yarn dev