Skip to content

meratusdev/typescript-node-starter

Repository files navigation

TypeScript Boilerplate with Vitest Setup ⚡

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-node-starter.git
  2. Install dependencies

    yarn install
  3. Run the project

    yarn start
  4. Run tests

    yarn 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.

Topics

Resources

Stars

Watchers

Forks