Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.31 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.31 KB

Readable

A content and comment web app. Users are able to post content to predefined categories, comment on their posts and other users' posts, and vote on posts and comments. Users are also able to edit and delete posts and comments. This project is part of the Udacity's React Nanodegree.

Screenshot

screen

Running the App

  • Clone or download this repo.

Server

  • Open a terminal in project directory.
  • Enter in the server folder cd server.
  • Run npm install.
  • After isntalling all project dependencies, run npm start to start the local server.

App

  • Open a terminal in project directory.
  • Enter in the client folder cd client.
  • Run npm install.
  • After isntalling all project dependencies, run npm start to start the client.
  • Access localhost:3000 and enjoy the App.

API Server

Information about the API server and how to use it can be found in its README file.

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

Prerequisites