An open API service indexing awesome lists of open source software.

https://github.com/mmdevcodes/typescript-project-starter


https://github.com/mmdevcodes/typescript-project-starter

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Typescript Project Starter

✨ A lightweight starter for your typescript projects. Comes pre-installed with eslint, prettier, and husky.

## Installation

Clone this repository and run `npm install`.

## Usage

Run:

```sh
npm run start
```

Develop:

```sh
npm run dev
```

Lint:

```sh
npm run lint
# or
npm run lint:fix
```