Skip to content

nmyers217/readable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readable

Readable is a toy single page web app built with React and Redux that allows users to make posts/comments and vote on them.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

In order to run the app you will need node, npm, and git installed on your machine.

You will also need to download the back end api that powers the app, and have it running at the url specified in ./src/config.json which is localhost:5001 by default.

git clone https://github.com/udacity/reactnd-project-readable-starter ./server
cd server
npm install
npm start

Installing

To download and run readable you just need to execute the following commands;

git clone https://github.com/NickMyers217/readable
cd readable
npm install
npm start

Acknowledgments

  • Udacity for providing the server and education to build this project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors