Skip to content

rdemirov/reactnd-project-readable-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Readable project

This is the second project of the Udacity React nanodegree. It consists of 2 parts :

Starting the project

Before starting the frontend,you should start the backend server.Installation of project modules is needed only for the initial execution of the project.

Starting the backend server

First,you should enter the server's folder :

cd api-server

Before starting the server for the first time,you should install its dependencies by:

npm install

After the install has finished, the backend part of the project is started with:

node server

Starting the frontend

Starting from the root folder of the project,change directory to the frontend folder:

cd frontend

Before the first execution of the frontend part, you should install its modules:

npm install 

After the install,the project is started by typing :

npm start

Additional information

For additional information about the server,please reference : Server readme

Additional info about the frontend part is found at : Frontend readme

About

React/Redux project of the Udacity React nanodegree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • HTML 2.6%
  • CSS 0.1%