Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.18 KB

File metadata and controls

66 lines (41 loc) · 1.18 KB

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.