Skip to content

griffinsockwell/reactnd-project-readable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot

This project was made as a part of the React Developer Udacity Nanodegree.

To Run Locally

$ cd ~/Desktop
$ git clone https://github.com/griffinsockwell/reactnd-project-readable.git
$ cd reactnd-project-readable

Make sure Node.js is installed.

To run the api-server

Change into the correct directory.

$ cd api-server

Install the node modules.

$ npm install

Start the development server.

$ node server

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

To run the frontend

Change into the correct directory.

$ cd frontend

Install the node modules.

$ npm install

Start the development server.

$ npm start

About

Project for React Developer Udacity Nanodegree

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published