This is the second assignment for Udacity's React Nanodegree Program. This assignment makes use of Redux.
yarn >= v0.27 or npm >= v5.0
-
Install and start the API server
cd api-server
yarn
ornpm install
node server
API usage documentation can be found here
-
In another terminal window, install and start the front-end
cd front-end
yarn
ornpm install
yarn start
ornpm start
readable is Copyright © 2017 Hanna Chen. It is free and may be redistributed under the terms specified in the LICENSE file.