Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 583 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 583 Bytes

Quick Typescript app boilerplate

Very minimal boilerplate code to start an app in Typescript. Includes some handy dev helpers:

How to use

  • Install any other needed dependencies
  • Start coding in app.ts or make your own entry point (update start script to execute)
  • yarn install
  • yarn start