https://github.com/mmdevcodes/typescript-project-starter
https://github.com/mmdevcodes/typescript-project-starter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmdevcodes/typescript-project-starter
- Owner: mmdevcodes
- License: mit
- Created: 2022-05-23T00:21:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T00:21:36.000Z (over 3 years ago)
- Last Synced: 2024-05-20T00:36:27.700Z (over 1 year ago)
- Language: TypeScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typescript Project Starter
✨ A lightweight starter for your typescript projects. Comes pre-installed with eslint, prettier, and husky.
## Installation
Clone this repository and run `npm install`.
## Usage
Run:
```sh
npm run start
```
Develop:
```sh
npm run dev
```
Lint:
```sh
npm run lint
# or
npm run lint:fix
```