viniciusbe / ig.news

Subscription-based react app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ignews logo

subscription-based news app

GitHub license Badge GitHub top language GitHub language count

▶ Preview

📝 Table of Contents

🧐 About

Based on a project created during the RocketSeat's course Ignite

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What you'll need to install the application.

Node.js
Yarn

Installing

A step by step series of examples that tell you how to get a development env running.

Cloning the repository:

git clone https://github.com/viniciusbe/ig.news

Enter the app folder:

cd ig.news

Install the dependencies:

yarn

Create an OAuth App for the authentication. You'll also need to set up Stripe, Fauna and Prismic configs. Set your own .env.local file according to .env.local.example:

cp .env.local.example .env.local

Run the application:

yarn dev

The application should run on http://localhost:3000/

⛏️ Built Using

✍️ License

This project is made available under the MIT License

Authors

avatar

Made with ❤ by Vinícius Bernardes

Linkedin Badge Gmail Badge Twitter Badge

About

Subscription-based react app

License:MIT License


Languages

Language:TypeScript 82.0%Language:SCSS 18.0%