Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 17 days 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
```