Skip to content

JoshHarris85/react-readit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React-Readit

Udacity Readable Project

This is the second project for the Udacity React Nanodegree program. The application is a reddit clone that allows you to create posts, create comments, edit posts, edit comments, vote on comments, and vote on posts.

You can view this site live here: http://reddit.joshuamharris.com/

Installation

  • Install and start API server
    • cd React-Readit/React-Readit-API/api-server
    • npm install
    • node server
  • In another terminal window, install and start the frontend app
    • cd React-Readit/React-Readit-Frontend
    • npm install
    • npm start

You will now find an instance of the application running on your localhost.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors