Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/infomiho/typescript-starter

Simple Typescript starter, run `npx degit infomiho/typescript-starter folder`
https://github.com/infomiho/typescript-starter

Last synced: about 2 months ago
JSON representation

Simple Typescript starter, run `npx degit infomiho/typescript-starter folder`

Awesome Lists containing this project

README

        

# Typescript Starter

Use this starter to create a new Typescript project.

It uses:

- Typescript 5
- `tsx` for watching and compiling

Run the following commands to get started:

```bash
npx giget gh:infomiho/typescript-starter my-project
cd my-project
npm install
```

## Running in dev

```bash
npm run dev
```

## Running in production

```bash
npm run start
```