Skip to content

meratusdev/typescript-bun-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Bun Starter

Test

Quickly start building your TypeScript-based application with this preconfigured starter project that includes test setup.

How To Use

  1. Clone the repository

    git clone https://github.com/meratusdev/typescript-bun-starter.git
  2. Install dependencies

    bun install
  3. Run the project

    bun start
  4. Run tests

    bun test

Folder Structure

├── index.ts # Entry point
├── utils # Utils folder
│   ├── [utils].ts
│   └── __tests__
│       └── [utils].test.ts
├── .github
│   └── workflows
│       └── test.yml # Github Actions for testing
├── .vscode
│   └── settings.json # VSCode settings
├── .gitignore # Git ignore
├── vitest.config.js # Vitest config
├── package.json # Package.json
├── README.md # Readme
└── tsconfig.json # TypeScript config

About

Quickly start building your TypeScript-based application with this preconfigured starter project that includes test setup.

Resources

Stars

Watchers

Forks