Skip to content

sergdenisov/reactnd-project-readable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The final assessment project for Udacity's Redux course, developed by React Training.

How to start

  • Clone the repository: git clone git@github.com:sergdenisov/reactnd-project-readable.git

  • Install and start the API server:

cd api-server
npm install
node server
  • In another terminal window install and start the app:
cd frontend
npm install
npm start

To see the project, open http://localhost:3000 in your browser.

Create-react-app

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

About

Complete Udacity Nanodegree Redux Readable Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.3%
  • HTML 3.4%
  • CSS 2.3%