A clean and lightweight TypeScript Next.js Starter powered by the tools (nearly) everybody use
The TS Next Starter is a Next.js template with TypeScript support that aims to provide an opinionated set of tools and organization principles for building scalable web applications. It includes features such as Jest, Testing Library, Storybook, ESLint, and GitHub Actions. The code is organized within the “src” folder, with separate directories for routing, scenes, components, and utilities.
To use the TS Next Starter template, you can either click on the “Use this template” button or start a new project with create-next-app. After cloning the project, you can start by installing the necessary dependencies with the following commands:
npm install
The TS Next Starter template provides a ready-to-use foundation for building scalable Next.js applications using TypeScript. It includes various tools and configurations that help improve development efficiency and code quality. The organized directory structure and opinionated principles make it easier to manage and maintain the project as it grows.