This front-end features the latest tools and practices in web development!
- React — A library to build user interfaces
- NextJS — A React Framework (SSR and SSG)
- next-auth — Authentication for Next.js
- Typescript — A Javascript superset
- SASS — CSS extension languague
- Stripe — Payments infrastructure
- FaunaDB — Database / Data API for modern applications
- Prismic CMS — A Headless CMS
- Jest — Testing library
Clone this repository:
git clone https://github.com/sambuite/ignews.git
cd ignews
Run the following scripts (You will need npm or yarn and Stripe CLI installed) :
// Install the dependencies
npm install
// Listen to webhooks events
stripe listen --forward-to localhost:3000/api/webhooks
// Start the application
npm dev
or if you use yarn
// Install the dependencies
yarn
// Listen to webhooks events
stripe listen --forward-to localhost:3000/api/webhooks
// Start the application
yarn dev
Developed by Murilo Sambuite at Rocketseat Ignite.