Skip to content

josenaves/readable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

readable

This is my version of Readable project for Udacity React Nano degree.

Prerequisites

To run this project, you will need to have Node.js and npm installed in your machine. I'm using Node v7.5.0 and npm 4.1.2

How to make this code run

First of all, download or clone this repository.

Then, go to project folder using:

> cd readable

To install and run backend project

Go to backend folder and run

> cd backend; npm install

This should run for some minutes, be patient. When it finishes, type:

> npm start

To install and run frontend project

Go to frontend folder and run

> cd frontend; npm install

This should run for some minutes, be patient. When it finishes, type:

> npm start

A new window sould open in your default browser and you can play around with my app.

Libraries used

The project uses the following dependencies:

  • React
  • Redux
  • Redux Thunk
  • React Router V4
  • Material-UI
  • moment
  • UUID

Who am I

I'm a software engineer. You can know more about me reading my articles, reading my tweets, reading my code.

About

Readable project for Udacity React Nano degree

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.1%
  • HTML 2.3%
  • CSS 0.6%