- JWT Authentication Flow for User Signup & User Login
- Project Structure for React Typescript Authentication (without Redux) with React Router & Axios
- Creating React Components with Form Validation using Formik and Yup
- React Typescript Components for accessing protected Resources (Authorization)
- Dynamic Navigation Bar in React Typescript App
React, Redux, Typescript, TailwindCSS
.env
PORT=8081
In the project directory, you can run:
cd frontend
npm install
npm start
cd backend
npm install
npm start
Open http://localhost:8081 to view it in the browser.
The page will reload if you make edits.