Skip to content

rochaalexandre/reactnd-readable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Readable Project

This project is the final requirement to complete Udacity's Redux course. In this project was build an application where the user can create content (Posts) to be showed on the website, as the same way that users can comment and rate (posts and comments).

Start Application

To get application follow these steps:

  • Install and start the API server
    • cd readable-api-server
    • npm install
    • node server
  • In another terminal window, use Create React App to scaffold out the front-end
    • cd readable-view
    • npm install
    • npm start

API Server

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors