This is my version of Readable project for Udacity React Nano degree.
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
First of all, download or clone this repository.
Then, go to project folder using:
> cd readable
Go to backend folder and run
> cd backend; npm install
This should run for some minutes, be patient. When it finishes, type:
> npm start
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.
The project uses the following dependencies:
- React
- Redux
- Redux Thunk
- React Router V4
- Material-UI
- moment
- UUID
I'm a software engineer. You can know more about me reading my articles, reading my tweets, reading my code.