sambuite / study-ignews

A NextJS with Typescript subscription blog

Home Page:ignews-sambuite.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ig.News | NextJs Blog

sambuite`s linkedIn

πŸ“· Demo


πŸ”¨ Tools/Technologies

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

πŸ’» Installation

Step by step to run the application on your machine:

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.


Back to top

About

A NextJS with Typescript subscription blog

ignews-sambuite.vercel.app


Languages

Language:TypeScript 85.0%Language:SCSS 13.2%Language:JavaScript 1.8%