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

https://github.com/aretecode/typescript-starter

typescript starter
https://github.com/aretecode/typescript-starter

boilerplate editorconfig jest js lint makefile node starter typescript vscode-settings yarn

Last synced: 5 months ago
JSON representation

typescript starter

Awesome Lists containing this project

README

        

# TypeScript Starter

### Development

run the `make` command, this will trigger `.PHONY` which defaults to `make dev`.
```bash
make
```

alternatively, you can use yarn or npm
```bash
yarn dev
```