React, Next.js and Tailwind Template Project
April 3, 2024 ยท View on GitHub
What's all this then?
This is a basic template project for React, Next.js and Tailwind designed to help speed up the process of creating a frontend application.
There are some (very) basic examples within the application itself to get started with, but the main aim is to provide and initial setup. This template is extended from a general project template that can be found here.
Getting Started
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
Learn More
React
Learn more about React here.
Next.js
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Tailwind
Learn more about Tailwind here.
DaisyUI
This project also includes DaisyUI as a bootstrapper for the tailwind CSS. You can find out more information on this here.
Some default themes have been included in the ./tailwind.config.ts to get started with.