Typescript Project Starter ✨ A lightweight starter for your typescript projects. Comes pre-installed with eslint, prettier, and husky. Installation Clone this repository and run npm install. Usage Run: npm run start Develop: npm run dev Lint: npm run lint # or npm run lint:fix