In the previous assignment, we took a leap from a traditional web interface to a modern React application. Now, we're going to level up the project by incorporating TypeScript for type safety and setting up ESLint rules to ensure clean and convention-following code.
/assignment-3
folder. Use the following commands to get started with PNPM:# Install packages with PNPM
pnpm install
# Run the app in development mode
pnpm start
# Build the app for production
pnpm run build
/assignment-3
directory.