alebelcor / reddit-app

:alien: Reddit front and post pages written in React/Next.js (with ISR)/Tailwind CSS

Home Page:https://e7f0a3.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reddit App

Reddit front and post pages written in React/Next.js (with ISR)/Tailwind CSS

Demo site

Screenshot of Reddit App

Requirements

Note: You may also use npm, instead of Yarn, if you want.

Setup

Install dependencies

yarn
With npm
npm install

Usage

Start a development server

yarn dev
With npm
npm run dev

Run tests

yarn test
With npm
npm test

Lint files

yarn lint
With npm
npm run lint

Build for production

yarn build
With npm
npm run build

Start a production server

yarn start
With npm
npm start

License

MIT © Alejandro Beltrán

Disclaimer

This was made for illustrative purposes. I do not own the content generated by this tool. All rights belong to their respective owners. No copyright and/or trademark infringement intended.

About

:alien: Reddit front and post pages written in React/Next.js (with ISR)/Tailwind CSS

https://e7f0a3.vercel.app

License:MIT License


Languages

Language:JavaScript 98.5%Language:CSS 1.4%Language:Shell 0.1%