https://github.com/dantehemerson/tsc-basic-starter
🚀 Typescript basic starter.
https://github.com/dantehemerson/tsc-basic-starter
nodejs-template starter starter-project starter-template template typescript typescript-starter typescript-template
Last synced: 2 months ago
JSON representation
🚀 Typescript basic starter.
- Host: GitHub
- URL: https://github.com/dantehemerson/tsc-basic-starter
- Owner: dantehemerson
- License: mit
- Created: 2020-03-25T04:06:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T17:03:04.000Z (over 2 years ago)
- Last Synced: 2025-01-26T14:07:43.321Z (4 months ago)
- Topics: nodejs-template, starter, starter-project, starter-template, template, typescript, typescript-starter, typescript-template
- Language: TypeScript
- Homepage:
- Size: 1.48 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typescript Basic Starter
### Features
* Prettier
- Automatic format on save in VsCode
* TsLint as linter
* Testing github workflow
* Local development with nodemon### Usage
```
git clone https://github.com/dantehemerson/tsc-simple-starter.git --depth=1
```The move to your project
```
cd
```and remove repo
```
rm -rf .git
```and start yours
```
git init
```