Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

An opinionated TypeScript bootstrap template.

License

Notifications You must be signed in to change notification settings

peterthehan/typescript-bootstrap

Repository files navigation

TypeScript Bootstrap

An opinionated TypeScript bootstrap template.

Getting started

  1. Run the following commands to bootstrap a TypeScript project in your working directory:

    Replace my-typescript-project in the commands below with your own preferred project name!

    npx degit peterthehan/typescript-bootstrap my-typescript-project
    
    cd my-typescript-project/
    
    npm i
    
  2. You can run the following commands to verify your setup:

    npm run lint && npm run build && npm test
    

    View package.json for more information.

You're ready to create your own TypeScript project! πŸŽ‰

Reasoning

The following resources detail how the configurations in this typescript-bootstrap template were determined:

Configs

Actions

Contributors 2

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /