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.
- 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
- 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