Coder Social home page Coder Social logo

truemiller / truemiller-stack Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 119 KB

Next.js template with TypeScript, ESLint, Prettier, Tailwind CSS, Husky, and a bunch of other linting tools. Used for my own projects, but feel free to fork and use it yourself.

TypeScript 64.69% CSS 25.69% JavaScript 9.62%

truemiller-stack's Introduction

TRUEMILLER Stack

Next.js template with TypeScript, ESLint, Prettier, Tailwind CSS, Husky, and a bunch of other linting tools. Used for my own projects, but feel free to fork and use it yourself.

Includes

"dependencies": {
  "next": "14.2.5",
  "react": "^18",
  "react-dom": "^18",
  "schema-dts": "^1.1.2",
  "tailwindcss": "^3.4.1"
},
"devDependencies": {
  "@types/node": "^20",
  "@types/react": "^18",
  "@types/react-dom": "^18",
  "eslint": "^8",
  "eslint-config-next": "14.2.5",
  "eslint-config-prettier": "^9.1.0",
  "eslint-plugin-no-secrets": "^1.0.2",
  "eslint-plugin-paths": "^1.0.8",
  "eslint-plugin-prettier": "^5.1.3",
  "eslint-plugin-simple-import-sort": "^12.1.1",
  "eslint-plugin-tailwindcss": "^3.17.4",
  "eslint-plugin-unused-imports": "^3.0.0",
  "husky": "^9.0.11",
  "postcss": "^8",
  "prettier": "^3.3.3",
  "typescript": "^5"
}

Extend with...

shadcn-ui

npx shadcn-ui@latest init

Prisma

yarn add -D prisma@latest 
yarn add @prisma/client 

Auth.js w/ Prisma

yarn add next-auth@beta #currently in beta.. https://authjs.dev/getting-started/installation?framework=next.js
yarn add @auth/prisma-adapter

truemiller-stack's People

Contributors

truemiller avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.