/reactnd-project-readable

Project made in Udacity React nanodegree

Primary LanguageJavaScript

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