A reddit style comment thread, supporting infinite reply nesting. Built for a coding challenge.
Find it online at: https://pocket-reddit.vercel.app/
Before you begin, ensure you have met the following requirements:
- Node.js: Your project likely requires a specific version of Node.js. Specify it like:
v14.x(or whichever version you're using). - Yarn: This project uses Yarn for package management. If you haven't installed Yarn yet, follow the official guide.
-
Clone the repository
git clone https://github.com/Timer00/reddit-comments.git cd reddit-comments -
Install dependencies
yarn install
- Development Mode
Start the development server:
yarn devOpen http://localhost:3000 with your browser to see the result.
- Production Mode
First, build the project:
yarn buildThen, start the project:
yarn startOpen http://localhost:3000 with your browser to see the result.