Next Js Typescript Boilerplate with auth
This product is a boilerplate and starter template for building applications using Next.js, Tailwind CSS, and TypeScript. It provides a pre-configured setup with key features and integration with popular tools and libraries.
To get started with this boilerplate, make sure you have Node.js 14+ and npm or yarn installed. Then, follow these steps:
npm install
or
yarn install
src/styles/global.css - CSS file using Tailwind CSS.src/service/instance.ts - Add baseURL in axios instance or create a new axios instance.src/context/auth.ts - Change the login and userInfo request URL.npm run dev
or
yarn dev
This product is a boilerplate and starter template for building applications with Next.js, Tailwind CSS, and TypeScript. It provides a pre-configured setup with features such as authentication structure, type checking with TypeScript, integration with Tailwind CSS, linter with ESLint, code formatter with Prettier, Git hooks with Husky, absolute imports, GitHub Actions for running tests on pull requests, and Discord notifications. The installation process is straightforward, and customization can be done by editing specific configuration files.