ivpusic / ts-boilerplate

Minimal boilerplate for typescript projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ts-boilerplate

Minimal boilerplate for typescript projects.

Cloning:

git clone git@github.com:ivpusic/ts-boilerplate.git

Commands:

# transpile ts to js
yarn run build

# start bin/index.ts
yarn run bin

# run tests
yarn run test

License

MIT

About

Minimal boilerplate for typescript projects

License:MIT License


Languages

Language:TypeScript 50.3%Language:JavaScript 49.7%