Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

tslaton/reactnd-project-readable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

This app was forked from the starter template provided as a part of Udacity's React Fundamentals Course. That code now lives in the project's /server folder.

The frontend was created with create-react-app and adheres to its typical structure/interface. It lives in the project's /frontend folder.

In order to run the project, first clone or download the GitHub repo. Then install the requirements by typing npm install in a terminal pointed to the /frontend diretory of the project (the directory that contains package.json, which lists the project dependencies).

To run the project locally after installing the requirements, type npm start into a terminal pointed to the /frontend directory to launch the development server. It should open localhost:3000 and run the app in a local browser. If it does not open localhost:3000 automatically, try doing so in your favorite browser. You should then see the app.

This app talks to a server provided by the starter template. The server should be run in a separate terminal. To run the server, install its requirements by typing npm install in a terminal pointed to the /server directory (containing its own package.json). Run it by typing node server into the same terminal once the installation is finished.

About

ReactND Readable Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.5%
  • HTML 2.6%
  • CSS 1.9%