ts-app-template

A generic TypeScript application template

Usage no npm install needed!

<script type="module">
  import tsAppTemplate from 'https://cdn.skypack.dev/ts-app-template';
</script>

README

App Template build

A simple TypeScript application template

Table of contents

Contains

Instalation

git clone https://github.com/juangamonal/ts-app-template app-name
cd app-name
npm install     # or yarn install

Available commands

npm run build   # transpile app
npm run docs    # generate docs for your app
npm run lint    # run linter, add --fix flag for fix linting errors
npm run test    # run unit tests, uses Mocha and Chai
npm run watch   # watch any change, for development