Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 485 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 485 Bytes

This project was bootstrapped with Create-React-App.

Its a sample client for utilizing Quixel SSO API.

How to run

This will kickstart an app at http://localhost:3000

  • First install the packages: npm install
  • Run the application: npm start

Ingredients

The major focus was to use React along with Redux to create a demo app. The views/pages are enacapsulated in their own folders under components directory.

Tried to use axios, react router, lodash and react thunk.