Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 550 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 550 Bytes

TypeScript boilerplate with EVERYTHING you need

  • Unit tests already configured and ready to be run (with Jest)
  • Linter for better code-style
  • GitHub actions for releasing and building website ready
  • Documentation site generator already configured and ready to be customized
  • Playground area with hot reloading to test your code live
  • Compilation configuration already properly set up to support as many environments as possible
  • Customizable install scripts (right now there's only a "Thank you" message)
  • Fully customizable and extendable