Ecosyste.ms: Awesome
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: 17 days ago
JSON representation
typescript starter
- Host: GitHub
- URL: https://github.com/aretecode/typescript-starter
- Owner: aretecode
- License: mit
- Created: 2019-05-21T20:38:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:58:21.000Z (about 2 years ago)
- Last Synced: 2024-11-10T15:51:01.480Z (3 months ago)
- Topics: boilerplate, editorconfig, jest, js, lint, makefile, node, starter, typescript, vscode-settings, yarn
- Language: JavaScript
- Homepage: https://typescript-starter.aretecode.now.sh
- Size: 1.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```