This repository is built to provide a ready-to-go template for the projects that are using NextJS, Tailwind, Storybook, eslint, jest, prettier in them.
This repository provides a pre-built template for projects using NextJS, Tailwind, Storybook, Jest, React Testing Library, Eslint, and Prettier. It aims to save time by offering a complete setup for these technologies. The template includes instructions and guidelines for customization and deployment.
To create a repository using this template:
To install and run the app locally:
yarn to install the dependencies.yarn dev to start the app at http://localhost:3000.yarn storybook to start the Storybook of your app at http://localhost:6006.This repository provides a convenient template for quickly setting up projects using NextJS, Tailwind, Storybook, Jest, React Testing Library, Eslint, and Prettier. With pre-configured dependencies and a well-organized folder structure, developers can save time and easily customize their projects. The template also offers CI/CD support and deployment guidelines for Vercel.