Skip to content

codescept/Koa-TypeScript-Starter-Template

Repository files navigation

Koa TypeScript Starter Template

Initial Set-up

  • Clone the repo
  • Run npm install

Basic commands

  • To run server npm run dev

  • To run tests npm run test

Branch Naming Convention

  • feature/<feature_name> - Use this format for any new feature development Example: feature/sample_api

  • bugfix/<bug_id> - Use this format for any new bug fix in development Example: bugfix/bug_123_fix

  • hotfix/<short_description> - Use this format for any new hot fix request. Example: hotfix/build_failure_fix

  • framework/<short_description> - Use this format for any changes in framework. Example: framework/test_framework_changes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published