Skip to content

samuelramox/reactnd-project-readable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udacity Readable Project

This is a reading web application built with React, Redux and Reactstrap.

With this application, you can:

  • Post content
  • Make comments
  • Vote for the best posts and comments
  • Edit posts and comments
  • Delete posts and comments

Project made in Udacity React nanodegree.

Prerequisities

Running this project:

  • Clone this project:
git clone https://github.com/samuelramox/reactnd-project-readable.git
  • Install the dependencies:
npm install

Or with Yarn:

yarn
  • Start the application:
npm start

Or with Yarn:

yarn start

Running the server:

  • To get the server:
git clone https://github.com/udacity/reactnd-project-readable-starter.git
  • Install the dependencies:
cd reactnd-project-readable-starter/api-server

npm install

Or with Yarn:

cd reactnd-project-readable-starter/api-server

yarn
  • Start the server (in /api-server directory):
node server

About

Project made in Udacity React nanodegree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published