Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/trasherdk/typescript-starter

Minimalistic TypeScript, Prettier and ESlint starter
https://github.com/trasherdk/typescript-starter

Last synced: 9 days ago
JSON representation

Minimalistic TypeScript, Prettier and ESlint starter

Awesome Lists containing this project

README

        

# typescript-base

> A minimalist Typescript + Prettier + ESlint starter repo

## Usage

```shell
npx degit trasherdk/typescript-starter my-project-name
cd my-project-name
npm i
```

Now you can run `npm start` to watch the build or `npm test` to run tests. Type `npm run` to see all tasks or make your own!

## License

MIT

## Copyright

© [Dana Woodman](mailto:[email protected]) 2020

## Forked

Forked from Dana Woodman's [typescript-base](https://github.com/danawoodman/typescript-base)