项目作者: evelup

项目描述 :
高级语言: JavaScript
项目地址: git://github.com/evelup/readable.git
创建时间: 2018-02-25T23:28:28Z
项目社区:https://github.com/evelup/readable

开源协议:

下载


Readable Project

This is final assessment project for Udacity’s React React & Redux course.

Overview

For the Readable project, you will build a content and comment web app. 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.
Udacity

Requirements

Udacity project rubric

Running app

  1. npm install
  2. npm start

Create React App

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

Running API server

  1. npm install
  2. node server

More Information

Udacity API documentation