Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.
/ react-news Public archive

React News is a subscription blog, created with Next.Js.

License

Notifications You must be signed in to change notification settings

ManuCoutinho/react-news

Repository files navigation

This repository no longer receives maintenance

React News

Github top language Github language count License


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

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.

✨ Features

✔️ Login with GitHub authentication; ✔️ Integration with Stripe payment method; ✔️ Post with Prismic;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# 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>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Manu Coutinho

 

Back to top