About | Features | Technologies | Requirements | Starting | License | Author
React News is a subscription blog, created with Next.Js. This application uses SSR and SSG, with integration of Prismic, Stripe and data persistence with FaunaDB.
βοΈ Login with GitHub authentication; βοΈ Integration with Stripe payment method; βοΈ Post with Prismic;
The following tools were used in this project:
Before starting π, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/ManuCoutinho/react-news
# Access
$ cd newspage
# Install dependencies
$ yarn
# Run the project
$ yarn start
# The server will initialize in the <http://localhost:3000>
This project is under license from MIT. For more details, see the LICENSE file.
Made with β€οΈ by Manu Coutinho