A ReactJS client for the dev-blog-api.
This is the ReactJS Client for the API resource.
-
Clone the repository into a directory and cd into that directory:
git clone https://github.com/collierscott/dev-blog-client.git && cd dev-blog-client
-
Run
yarn install
-
Change the
API_ROOT
in thesrc/agent.js
file to point to your API resource. -
Run
yarn start
.
This area is lacking.