Skip to content

HanSeongLee/frontend-mentor-nextjs-ts-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor NextJS TS Template

GitHub package.json version (subfolder of monorepo)

Next.JS:v15.1.6 React:v18.3.1 TypeScript:v5.4.4 Sass:v1.49.8 Storybook:v8.4.5

Getting Started

First, run the development server:

pnpm run dev

Commit Message Convention

Commit messages in this project should follow the following format to ensure consistency and clarity:

<type>(<scope>): <message>
  • <type>: The type of the commit, which must be one of the following:
Type Description
feat Add a new feature, enhancement, or functionality.
fix Fix a bug or resolve an issue.
perf Optimize code for improved performance.
refactor Restructure code without altering its behavior.
style Address code formatting and style conventions.
docs Make modifications to documentation.
test Add, modify, or refactor test cases.
chore Handle routine tasks, maintenance, or dependency management.
revert Revert previous code changes.
move Relocate files, directories, or code to a new location.
remove Delete redundant or unnecessary code, files, or directories.
ci Update Continuous Integration/Continuous Deployment (CI/CD) configurations.
  • <scope> (optional): The scope or context of the commit, indicating the affected module, file, or feature.
  • <message>: A concise and clear description of the commit.

Example Commit Messages

Here are some example commit messages that adhere to the convention:

  • feat(auth): add user login functionality
  • fix(api): resolve data processing error
  • style(css): update styling for the login page
  • docs(readme): update project description
  • test(unit): add tests for user management module
  • chore(deps): update package dependencies
  • revert: revert previous commit
  • move(src): move model classes to a new directory
  • remove(deprecated): remove unused functions
  • ci(travis): update test environment configuration

Chromatic

You can view the Storybook for this project on Chromatic:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors