Setting up basic user authentication in react application using useContext hook.
- Clone the Repo
- Open termincal and navigate to the folder using
cd user-authentication
- run
npm install
. This will install all the required dependencies - run
npm run start
. - Once the server starts, go to localhost:3000 and you will have a running application