Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.28 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.28 KB

Next + FastAPI + DaisyUI starter template

Cover Image

This is a starter template that uses:

  1. TypeScript 5
  2. Next.js 14
  3. Tailwind CSS + Forms Clamp
  4. PostCSS
  5. DaisyUI
  6. Framer Motion
  7. Sonner
  8. Python 3
  9. FastAPI

Getting Started

Create Project

To create a new Project using this repo as a starter template, run:

npx create-next-app@latest --example "https://github.com/Siddhesh-Agarwal/next-fastapi-daisy-starter"

Set up the development environment

NOTE: Ensure you have Node.js and Python installed.

Run the following command:

npm run setup

Run the development server

npm run dev

Build for production

npm run build

License

This project is licensed under the MIT License.