Upgraded Auth using hooks
- Clone this Repo
https://github.com/jteib/AuthPractice.git
- Move to this directory for the server side. -
cd AuthPractice/server
- Install Dependencies. -
npm install
- Run it!! -
npm run dev
- Open a second command window to run the client
- Navigate to the project's client folder -
cd AuthPractice/client
- Install the Client Dependencies. -
npm install
- Run it!! -
npm start