Skip to content

diogenesdauster/reactnd-project-readable-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Readable Project

This is the starter project of Udacity's Redux. 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.

Installation instructions

These instructions will help you install the app on your local machine.

Prerequisites

Make sure you have Git and Node installed, before you proceed.

1. Clone the repositors to your local machine

To clone and run this application, you will need Git installed on your computer.

$ git clone https://github.com/disias/reactnd-project-readable-starter.git

2. Run "npm install" in your local repository's folder

To get started developing right away:

  • Install and start the API server
    • $ cd api-server
    • $ npm install or $ yarn install
  • In another terminal window start front-end
    • $ cd frontend
    • $ npm install or $ yarn install

3. Start the app with "npm start"

To begin the React server and run the application:

$ npm start or $ yarn start

4. Open your browser at http://localhost:3000/

This is what the app should look like, once you open it in your browser.

posts

detail

Resources and Documentation:

Udacity Resources:

This project is licensed under the terms of the MIT license.

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

About

Starting server code for ReactND Readable Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.8%
  • CSS 10.3%
  • HTML 1.9%