Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 582 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 582 Bytes

Boilerplate for standalone & lightweight typescript application

Intro

This repository contains a minimal set of code required to create your own typescript application. It does not depend on any frameworks. No global dependencies are required!

Install

npm install

Build proccess

This script will build the component:

npm run build

Running

This script will build and run the application.

npm run start

Developers

Licence

MIT