Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davideviolante/typescript-starter
TypeScript starter with ESLint
https://github.com/davideviolante/typescript-starter
Last synced: 13 days ago
JSON representation
TypeScript starter with ESLint
- Host: GitHub
- URL: https://github.com/davideviolante/typescript-starter
- Owner: DavideViolante
- License: mit
- Created: 2023-04-06T08:01:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-06T08:29:38.000Z (over 1 year ago)
- Last Synced: 2024-10-12T17:07:21.617Z (27 days ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript Starter
TypeScript starter with ESLint.### Scripts
- Start: `npm start`
- Build: `npm run build`
- Lint: `npm run lint`