Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 336 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 336 Bytes

A sample Typescript + Choo + Honk application

A sandbox of ideas on how to use honk with choo in a typescript environment.

Running

The example uses parcel to handle compilation.

Install dependencies

npm install

Start the dev server

npm run start

Build distribution.

npm run build