https://github.com/p0vidl0/typescript-starter
https://github.com/p0vidl0/typescript-starter
eslint eslint-prettier lint-staged prettier simple-git-hooks typescript typescript-boilerplate
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/p0vidl0/typescript-starter
- Owner: p0vidl0
- License: mit
- Created: 2020-11-08T09:54:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T10:44:24.000Z (over 1 year ago)
- Last Synced: 2025-01-13T19:54:09.836Z (5 months ago)
- Topics: eslint, eslint-prettier, lint-staged, prettier, simple-git-hooks, typescript, typescript-boilerplate
- Language: TypeScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typescript starter kit
Enjoy easy start with preconfigured ESLint, Prettier and git hooks.
## Quick start
1. Clone this repo `git clone https://github.com/p0vidl0/typescript-starter.git`
1. Install packages `npm install`
1. Run code `npm run start:dev`## License
This code is under MIT license.## Used technologies
* [ESLint](https://eslint.org)
* [Prettier](https://prettier.io)
* [lint-staged](https://github.com/okonet/lint-staged)
* [simple-git-hooks](https://github.com/toplenboren/simple-git-hooks)