$ git clone https://github.com/nekki-t/reactnd-project-readable.git
$ git clone https://github.com/udacity/reactnd-project-readable-starter.git
$ cd reactnd-project-readable-starter/api-server
$ npm install
$ node server
$ cd ../../reactnd-project-readable-frontend
$ npm install
(or yarn)
$ npm start
(or yarn start)