This is the client side of Sati's React blog.
The server part is in this repository: https://github.com/iHelops/sati-server
To get the client running locally:
- Clone this repo
npm installto install all req'd dependenciesnpm startto start the local server (this project uses create-react-app)
