Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 509 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 509 Bytes

Authenticated Inventory management

This project was bootstrapped with Create React App and uses gapi-script for enabling google authentication and @reduxjs/toolkit for state management.

Setup

  1. npm install
  2. setup .env.local file
        REACT_APP_CLENT_ID = "your_client_id"
    
  3. npm start