Quickly start building your TypeScript-based application with this preconfigured starter project that includes test setup.
-
Clone the repository
git clone https://github.com/meratusdev/typescript-bun-starter.git
-
Install dependencies
bun install
-
Run the project
bun start
-
Run tests
bun test
├── 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