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

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

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)