Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 728 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 728 Bytes

Blog application

  • 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

Tech stack

React, Redux, Typescript, TailwindCSS

Set port

.env

PORT=8081

Project setup

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.