RafaelWeiss / udacity-reactnd-readable

Readable Project for Udacity React Developer NanoDegree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REACT nanodegree

Readable Project for Udacity React Developer NanoDegree

Readable is an app where users will be able to post content to predefined categories, comment on their posts and other users' posts, and vote on posts and comments. Users will also be able to edit and delete posts and comments.

Install and Run

Follow these steps to run the application locally.

  1. Install and start the API server

    • cd api-server open the backend source folder
    • npm install install all project dependencies
    • node server start the server
  2. In another terminal window, install and start the front-end

    • cd frontend open the frontend source folder
    • npm install install all project dependencies
    • npm start start the development server

Versions

v1.0

  • Default project implementation

Authors

Rafael Weiss

About

Readable Project for Udacity React Developer NanoDegree


Languages

Language:JavaScript 94.9%Language:CSS 3.7%Language:HTML 1.4%