Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/zyyv/starter-ts
- Owner: zyyv
- License: mit
- Created: 2022-03-10T10:22:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T06:51:19.000Z (8 months ago)
- Last Synced: 2024-12-15T16:53:44.199Z (18 days ago)
- Topics: starter-ts, template
- Language: TypeScript
- Homepage:
- Size: 325 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)