Skip to content

startkit-dev/typescript

Repository files navigation

startkit-typescript

A sane starting point for Typescript projects.

Getting started

To get started simply run the following command.

bun run setup

Local Development

bun dev

Building

bun build

Linting / Checking the codebase

To run a full check of the codebase (type-check, lint, prettier check, test), run:

bun check

Linting

bun lint

Type Checking

bun type-check

Formatting with Prettier

bun format

to check for format errors, run:

bun format:check

Testing via Jest

bun test

About

A sane starting point for Typescript projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published