Skip to content

Latest commit

 

History

History
executable file
·
16 lines (12 loc) · 1.12 KB

README.md

File metadata and controls

executable file
·
16 lines (12 loc) · 1.12 KB

User authentication using react/redux/sagas to bounce requests off a strapi server

Tweet

Note: This is a sample project for Zafar Saleem's blog on medium

Before getting started

Before using this project please make sure you've finished through step #3 of the strapi quickstart guide and have strapi spun up on it's default port -> 1337.

Get Started

  1. Clone this repository
  2. Run npm install inside its root folder.
  3. run npm start
  4. Go to http://localhost:3333 in your browser to see it in action.

Real World Project

@zafar-saleem implemented a real world project timeoff-app using this architecture.