This is a Next.js App Template With Typescript created to speed up web development projects. Includes a range of useful technologies for an elegant interface.
- Next.js 🚀
- Tailwind CSS 🎨
- ESlint: 🚦
- Prettier: ✨
- ESlint React Hooks: ⚛️
- Jest: 🃏
- React Testing Library: 🧪
- Shadcn UI: 💻
- React Hook Form: 📝
- Zod: 🛡️
- Docker: 🐳
Clone this repository to your local machine. This project is configured to use Docker, that is, you need Docker Compose installed on your system.
docker-compose up
Access the app at http://localhost:3000.
If you don't want to or don't know how to use Docker, don't worry! You can simply use the usual command. Run npm install to install the dependencies.
npm install
Run npm run dev to start the development server.
npm run dev
Access the app at http://localhost:3000.
If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE.md file for more details.# next14-app-template
Made by Lucas De Lima