Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`
- Host: GitHub
- URL: https://github.com/infomiho/typescript-starter
- Owner: infomiho
- Created: 2023-03-19T21:49:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T15:18:07.000Z (3 months ago)
- Last Synced: 2024-10-14T07:34:15.746Z (3 months ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 compilingRun 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
```