Welcome to our Advanced React Template! This repository is designed to jumpstart your projects with a robust tech stack, including TypeScript, React, Next.js, Tailwind CSS, DaisyUI, React Hook Form, React Query, ESLint, and Prettier. We've gone the extra mile to offer extensive Tailwind configurations and ESLint setup to streamline your development process.
Follow these steps to set up and run the project locally:
git clone [email protected]:Thiago-spart/next-tailwind-typescript-template.git
cd next-tailwind-typescript-template
npm i
npm run dev
Once the server is running, open your browser and navigate to http://localhost:3000
to see the app running.
npm run dev
: Starts the development server.npm run build
: Builds the production application.npm run start
: Starts the production server.npm run lint
: Runs ESLint to check for linting errors.This template includes a basic project structure with essential configurations and sample code to help you get started with the mentioned technologies.
This project is licensed under the Apache License.
Feel free to reach out for any questions or contributions!