Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 838 Bytes

File metadata and controls

31 lines (20 loc) · 838 Bytes

React auth

Documentation of Client and Server

Setup and Run

  • $ git clone [email protected]:xxryan1234/react-auth.git will download the app and cd to the folder once done.

Prerequisite - Must be needed to run the project

Run these commands on BOTH client and server folders

  • yarn install - to install dependencies.
  • yarn start - Runs the app in development mode.
  • file structure of project

    • Top Level
    react-auth
    │
    ├── client
    └── server