This is a Guvi course. Frontend of User Authentication, built using React-Bootstrap.
- Check out the live website here!.
- To Check the Backend code of the User Authentication project, please refer to this link.
Step 1: Clone or Fork the user-authentication-backend respository. Run the Backend, note the localhost.
Step 2: Create a .env.development.local file in the root folder (Frontend) and give the Backend URL.
VITE_API_URL=http://localhost:<Backend PORT>
Step 3: Add the .env.development.local in .gitignore file
Step 4: Install dependencies
npm install
Step 5: Run the application
npm run start