A nextjs project template with tailwindcss, typescript, jest and storybook Created with
This NextJS template is designed to simplify the configuration and setup process of NextJS, TailwindCSS, and Storybook. It includes support for Typescript, TailwindCSS, Storybook, Jest, and importing SVGs as React components. The template is publicly available on GitHub and contributions are welcome.
To use this template, follow these steps:
git init.git add ..git commit -m "First commit".The structure of the template consists of pages and components developed in the src directory.
After cloning and setting up the repository, install all the dependencies by running yarn install.
This NextJS template with Typescript, TailwindCSS, and Storybook support simplifies the configuration and setup process of these technologies. It includes key features such as Typescript support, integration with TailwindCSS, Storybook support for UI development, Jest for testing, and the ability to import SVGs as React components. The template is publicly available on GitHub and can be easily installed and used by following the provided installation instructions.