Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 697 Bytes

File metadata and controls

18 lines (14 loc) · 697 Bytes

sati-client

Preview

This is the client side of Sati's React blog.
The server part is in this repository: https://github.com/iHelops/sati-server

This application uses

Getting started

To get the client running locally:

  • Clone this repo
  • npm install to install all req'd dependencies
  • npm start to start the local server (this project uses create-react-app)