GithubHelp home page GithubHelp logo

zhaozm007 / simple-jira Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eished/simple-jira

0.0 0.0 0.0 2.49 MB

React18 + TypeScript + React Hook + React Route 6 + Tailwindcss 最佳实践:仿 Jira 企业级项目. (原 React17+React Hook+TS4 最佳实践仿 Jira 企业级项目). jira-dev-tool 配置

Home Page: https://jira.iknow.fun

Shell 0.16% JavaScript 53.73% TypeScript 44.80% CSS 0.04% HTML 1.27%

simple-jira's Introduction

Simple Jira

Demo: jira.iknow.fun

文档和笔记

Available Scripts

yarn start

Frontend: http://localhost:3000

Msw Mock Backend: http://localhost:3000/api

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.

yarn server

json-server

Json Server Mock Backend: http://localhost:3003

https://github.com/typicode/json-server#getting-started

yarn seed

Seeding ./__json_server_mock__/db.json

Commit Message

https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional

[
  'build',
  'chore',
  'ci',
  'docs',
  'feat',
  'fix',
  'perf',
  'refactor',
  'revert',
  'style',
  'test'
];
echo "foo: some message" # fails
echo "fix: some message" # passes

https://nitayneeman.com/posts/understanding-semantic-commit-messages-using-git-and-angular/#motivation

👷 build

The build type (formerly known as chore) is used to identify development changes related to the build system (involving scripts, configurations or tools) and package dependencies.

💚 ci

The ci type is used to identify development changes related to the continuous integration and deployment system - involving scripts, configurations or tools.

📝 docs

The docs type is used to identify documentation changes related to the project - whether intended externally for the end users (in case of a library) or internally for the developers.

✨ feat

The feat type is used to identify production changes related to new backward-compatible abilities or functionality.

🐛 fix

The fix type is used to identify production changes related to backward-compatible bug fixes.

⚡️ perf

The perf type is used to identify production changes related to backward-compatible performance improvements.

♻️ refactor

The refactor type is used to identify development changes related to modifying the codebase, which neither adds a feature nor fixes a bug - such as removing redundant code, simplifying the code, renaming variables, etc.

🎨 style

The style type is used to identify development changes related to styling the codebase, regardless of the meaning - such as indentations, semi-colons, quotes, trailing commas and so on.

✅ test

The test type is used to identify development changes related to tests - such as refactoring existing tests or adding new tests.

UI

https://flowbite.com/

https://flowbite-react.com/

jira-dev-tool Configuration

jira-dev-tool

simple-jira's People

Contributors

eished 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.