Skip to content

renanogueira/udacity-readable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Readable Redux Udacity Project

This is a project for Udacity's React and Redux course.

TL;DR

To get started:

  • install all projects dependencies with npm install
  • start the development servers with 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.

Install Application

  • Install and start the Application
  • cd application
  • npm install
  • npm start

Readable API Server

This is the starter project for the final assessment project for Udacity's Redux course where 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.

This repository includes the code for the backend API Server that you'll use to develop and interact with the front-end portion of the project.

Install API Server

  • Install and start the API server
    • cd api-server
    • npm install
    • npm start

Docs

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

Download Link

github.com/udacity/reactnd-project-readable-starter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published