Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

The readable app is a project for the react-redux class from Udacity. The goal is to build an app similar to Reddit/Hacker News.

Notifications You must be signed in to change notification settings

guigacarvalho/readable-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

The readable app is a project for the react-redux class from Udacity. The goal is to build an app similar to Reddit/Hacker News.

Instructions

In order to run this project, you have to:

git clone git@github.com:guigacarvalho/readable-project.git
yarn && yarn start

Your default browser should open the app on http://localhost:3000/ and you'll probably get the Not Found app screen.

Not Found

Because you're not running the app's backend, the app won't have any data to show. See the instructions below in order to run the backend.

You can also use yarn build to build the app for production.

Instructions to run the app's backend

You can clone this repo:

git clone https://github.com/udacity/reactnd-project-readable-starter.git
cd reactnd-project-readable-starter/api-server/
yarn && yarn start

The node server will be up and running on http://localhost:3001/.

About

The readable app is a project for the react-redux class from Udacity. The goal is to build an app similar to Reddit/Hacker News.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published