Giter Club home page Giter Club logo

nextjs-skeleton's Introduction

NextJS Skeleton

Get Started

Setup

  1. Run pnpm install
  2. Rename .env.example to .env and fill out the environmental variables.
  3. If you want to add more env variables, make sure to also add them in env.ts
  4. Change prisma/schema.prisma to conform to your project's requirements.

Prisma Commands

  1. Run npx prisma migrate dev --name <name> to migrate your schema.
  2. Run npx prisma generate to regenerate the prisma client.
  3. Run npx prisma studio to launch database view.

Info

Dependencies

# default Next JS Dependencies
react
react-dom
next

# prisma client
@prisma/client

# Utilites
zod
react-hook-form

# bcrypt for password hashing
bcryptjs

# icons
react-icons

Dev Dependencies

# default Next JS Dev Dependencies
typescript
@types/node
@types/react
@types/react-dom
postcss
tailwindcss
eslint
eslint-config-next

# types
@types/bcryptjs

# authentication
next-auth@beta

# prisma
prisma
@auth/prisma-adapter


# BaaS specific (I like supabase)
supabase

# eslint
eslint-config-prettier
eslint-plugin-const-case
eslint-plugin-import
eslint-plugin-jsx-a11y
eslint-plugin-perfectionist
eslint-plugin-prettier
eslint-plugin-promise
eslint-plugin-regexp
eslint-plugin-security
eslint-plugin-sonarjs
eslint-plugin-tailwindcss
eslint-plugin-unicorn

nextjs-skeleton's People

Contributors

nikitarevenco avatar

Watchers

Lucian avatar  avatar  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.