Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zyyv/starter-ts

Start your ts project quickly!
https://github.com/zyyv/starter-ts

starter-ts template

Last synced: 16 days ago
JSON representation

Start your ts project quickly!

Awesome Lists containing this project

README

        

starter-ts


Build your ts project quickly

## Usage
```shell
degit zyyv/starter-ts
```

```shell
code
```

Then

```shell
pnpm i
```
Run
```shell
pnpm dev
```

## Try it now!

> Starter-ts requires Node >=14

### GitHub Template

[Create a repo from this template on GitHub](https://github.com/zyyv/starter-ts/generate).

## Checklist

When you use this template, try follow the checklist to update your info properly

- [ ] Update the package.json
- [ ] ReplaceAll `[name]` to your project name
- [ ] Change the author name in `LICENSE`

And, enjoy :)

## License

[MIT](./LICENSE) License © 2022 [zyyv](https://github.com/zyyv)