项目作者: kumarvv

项目描述 :
react-redux
高级语言: JavaScript
项目地址: git://github.com/kumarvv/readable.git
创建时间: 2017-09-10T13:35:51Z
项目社区:https://github.com/kumarvv/readable

开源协议:

下载


Readable

Readable is a web application to manage your online posts. You view, add or delete comments to various posts.

Requirements

Installation

  1. Install and start the API server (from: https://github.com/udacity/reactnd-project-readable-starter):
    1. git clone https://github.com/udacity/reactnd-project-readable-starter.git
    2. cd reactnd-project-readable-starter/api-server
    3. npm install
  2. clone the readable repo and install:
    1. git clone https://github.com/kumarvv/readable.git
    2. cd readable
    3. npm install

Run Application

  1. Run the api-server:
    1. cd reactnd-project-readable-starter/api-server
    2. npm start
  2. Run the readable server:
    1. cd readable
    2. npm start
  3. web application will be automatically opened in your favorite browser or manually open the url: http://localhost:3000

Create React App

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

Contributing

This repository is the starter code for all Udacity students. Therefore, we most likely will not accept pull requests.

For details, check out CONTRIBUTING.md.