Reddit clone with Node, Express, React, and Firebase. Only supports the major operations: self-posts, linked-posts, upvotes, account registration, logins, and post and comment creation. The styling is very minimal.
To run it locally:
- Clone the repository
- Install dependencies with
npm install - Run the server with
npm start(Note this will package all the js files with browserify first)