Skip to content

collierscott/dev-blog-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev-blog-client

A ReactJS client for the dev-blog-api.

Getting Started

This is the ReactJS Client for the API resource.

  1. 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

  2. Run yarn install

  3. Change the API_ROOT in the src/agent.js file to point to your API resource.

  4. Run yarn start.

Testing

This area is lacking.