Skip to content

eduardoumpierre/reactnd-readable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Readable API Server

This is the project for the final assessment project for Udacity's Redux course.

How to start

To start the project you need to run two different projects.

  • Install and start the API server
    • cd api-server
    • npm install
    • node server
  • In another terminal window, install and start the front-end application
    • cd front-end
    • npm install
    • npm start

API Server

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

Front end

Information about the front-end application 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 96.5%
  • HTML 2.9%
  • CSS 0.6%