All Projects â†’ riipandi â†’ next-tailwind-starter

riipandi / next-tailwind-starter

Licence: MIT license
A starter for Next.js with Tailwind CSS and Typescript. Pre-configured with absolute import, TailwindUI and some additional components.

Programming Languages

typescript
32286 projects
Dockerfile
14818 projects
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to next-tailwind-starter

Next-JS-Landing-Page-Starter-Template
🚀 Free NextJS Landing Page Template written in Tailwind CSS 3 and TypeScript ⚡ïļ Made with developer experience first: Next.js 12 + TypeScript + ESLint + Prettier + Husky + Lint-Staged + VSCode + Netlify + PostCSS + Tailwind CSS
Stars: ✭ 521 (+2268.18%)
Mutual labels:  tailwindcss, nextjs-template, nextjs-starter
nextal
Starter template for NextJs with TypeScript. Supports Tailwind with CSS-Modules. Jest and @react/testing-library configured and ready to go. Also ESLint, Prettier, Husky, Commit-lint and Atomic Design for components.
Stars: ✭ 88 (+300%)
Mutual labels:  tailwindcss, nextjs-template, nextjs-starter
next.js-tailwindcss-template
Opinionated Next.js and TailwindCSS template.
Stars: ✭ 15 (-31.82%)
Mutual labels:  tailwindcss, nextjs-template
merakiui
Tailwind CSS components that support RTL languages & fully responsive based on Flexbox & CSS Grid with elegant Dark Mode 🚀 ☄ïļ.
Stars: ✭ 1,185 (+5286.36%)
Mutual labels:  tailwindcss, tailwindui
modern-rails-flash-messages
Modern Rails flash messages - Example App
Stars: ✭ 21 (-4.55%)
Mutual labels:  tailwindcss, tailwindui
react-atdd-playground
Template to (deliberate) practice your test-driven development skills.
Stars: ✭ 14 (-36.36%)
Mutual labels:  nextjs-template, nextjs-starter
next-tailwind-motion
A simple Next.js starter kit with TailwindCSS (JIT) and Framer Motion preconfigured. Optional feature branches for Locomotive Scroll, Sanity and Dato configuration coming soon...
Stars: ✭ 40 (+81.82%)
Mutual labels:  tailwindcss, framer-motion
tailwind-ui-components
Free Tailwind CSS UI Components - Crafted for modern websites, landing pages and web apps. TailGrids Core is free and open-source so, feel free to use with your personal or commercial projects. If you would like to show your support and love, don't forget to give us a star 🌟
Stars: ✭ 49 (+122.73%)
Mutual labels:  tailwindcss, tailwindui
tailwind-react-next.js-typescript-eslint-jest-starter
Starter template for building a project using React, Typescript, Next.js, Jest, TailwindCSS and ESLint.
Stars: ✭ 80 (+263.64%)
Mutual labels:  tailwindcss, nextjs-starter
nextarter-chakra
battery packed template / boilerplate to initialize Next.js app with Chakra UI & Typescript setup âœĻ
Stars: ✭ 616 (+2700%)
Mutual labels:  nextjs-template, nextjs-starter
nextjs-firebase-fns-demo
Demo for serverless NextJS on Firebase Functions
Stars: ✭ 14 (-36.36%)
Mutual labels:  nextjs-template, nextjs-starter
nextjs-ts-antd-redux-storybook-starter
🏃🏞 Next.js + TypeScript + Ant Design + Redux Toolkit + Redux Saga + Styled Components + Jest + Storybook 䞁äļšįš§éĄđį›Ūč„šæ‰‹æžķæĻĄæŋ
Stars: ✭ 78 (+254.55%)
Mutual labels:  nextjs-template, nextjs-starter
next-saas-starter
⚡ïļ Free Next.js responsive landing page template for SaaS products made using JAMStack architecture.
Stars: ✭ 497 (+2159.09%)
Mutual labels:  nextjs-template, nextjs-starter
next-shopify-starter
Nextjs + Tailwind CSS + Shopify Starter
Stars: ✭ 385 (+1650%)
Mutual labels:  nextjs-template, nextjs-starter
fullstack-nextjs-ecommerce
Fullstack Next.js E-Commerce made with NextAuth + Prisma, Docker + TypeScript + React Query + Stripe + Tailwind Sentry and much more 🛒
Stars: ✭ 524 (+2281.82%)
Mutual labels:  nextjs-template, nextjs-starter
portfolio
My portfolio website with built-in blogs and courses support
Stars: ✭ 155 (+604.55%)
Mutual labels:  tailwindcss
wargabantuwarga.com
Inisiatif warga untuk berbagi informasi seputar fasilitas kesehatan dan alat kesehatan untuk COVID-19.
Stars: ✭ 533 (+2322.73%)
Mutual labels:  tailwindcss
batu-gunting-kertas-nuxt
Rock Paper Scissors Game with Artificial Intellegence
Stars: ✭ 50 (+127.27%)
Mutual labels:  tailwindcss
microsocial
Microsocial is an experimental social platform that takes a peer-to-peer approach to social media.
Stars: ✭ 21 (-4.55%)
Mutual labels:  tailwindcss
tall-toasts
A Toast notification library for the Laravel TALL stack. You can push notifications from the backend or frontend to render customizable toasts with almost zero footprint on the published CSS/JS ðŸ”Ĩ🚀
Stars: ✭ 296 (+1245.45%)
Mutual labels:  tailwindcss

Project Logo

Contribution welcome Top language License

Introduction

A starter project for Next.js with Tailwind CSS and Typescript. This starter kit already pre-configured with absolute import, TailwindUI, Framer Motion, and some other goodies. This starter also provides Dockerfile, just in case you want to deploy using containerization or even Kubernetes.

Quick Start

Installation

# Using Yarn is recomended
npx create-next-app myapp-name -e "https://github.com/riipandi/next-tailwind-starter"

# If you want to use npm instead
npx create-next-app myapp-name --use-npm -e "https://github.com/riipandi/next-tailwind-starter"

Don't forget to change myapp-name with your real application name.

Up and Running

NPM Yarn Description
npm install yarn install the dependencies
npm run dev yarn dev serve with hot reload
npm run build yarn build build for production
npm run start yarn start launch generated build

Application will run at http://localhost:3000

For detailed explanation on how things work, check out Next.js docs.

Deploy your own

You'll want to fork this repository and deploy your own Next.js website. Once you have an image generator that sparks joy, you can setup automatic GitHub deployments so that pushing to master will deploy to production! 🚀

Deploy to Vercel

Vercel Configuration (optional)

If you are using monorepo you will need to configure a few things:

  • Settings -> General -> Root Directory : apps/web/
  • Settings -> Git -> Ignored Build Step : git diff --quiet HEAD^ HEAD ./

Cloudflare Deployment

You need to add NODE_VERSION with value 14.19.0 or 16.15.0 on the environment variables setting. Visit Cloudflare pages docs for more information.

For the preview branch:

NEXT_PUBLIC_SITE_URL=${CF_PAGES_URL}

Thanks to...

In general, I'd like to thank every single one who open-sources their source code for their effort to contribute something to the open-source community. Your work means the world! 🌍 âĪïļ

License

This project is open-sourced software licensed under the MIT license.

Copyrights in this project are retained by their contributors. See the license file for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].