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

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.

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
```