Skip to content

angelolucas/react-nanodegree-readable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readable

Udacity React Nanodegree.

This project is composed by Front-end (react) and Server (node).

Install and Start

Front-end:

  • npm install
  • npm start

Server:

  • cd server
  • npm install
  • node server

Then open http://localhost:3000 to see your app.

The page will reload if you make edits. You will also see any lint errors in the console.

Documentation

Front-end

The Front-end was bootstrapped with Create React App.

You can find the most recent version of the guide here.

Server

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