vienlamthe / nextjs-boilerplate

Nextjs Core Project

Home Page:https://nextjs-core-project.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NEXTJS CORE PROJECT

-----Author: TruongDN-----

  • Luôn viết mã sạch
  • Nghĩ trước khi code
  • Code có tâm
  • Sẵn sàng dạy nhau
  • Trách nhiệm với công việc
  • Chủ động thảo luận

Commit Rules

Must create branch follow below rules:

  • build
  • chore
  • ci
  • docs
  • feat
  • fix
  • perf
  • refactor
  • revert
  • style
  • test

Example: feat: first commit

Branch Rules

Must create branch follow below rules:

  • feat/
  • feedback/
  • hotfix/
  • revert/
  • reset/
  • force/
  • refactor/
  • fix/

Example: git checkout -b feat/feature-a

Note: Underscore to be not allow!!!

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run dev

About

Nextjs Core Project

https://nextjs-core-project.vercel.app

License:MIT License


Languages

Language:TypeScript 87.8%Language:Dockerfile 4.7%Language:JavaScript 4.2%Language:SCSS 2.2%Language:Shell 1.1%