Skip to content

Releases: hanetooth/create-typescript-app

v1.1.1

03 Jun 14:03
Compare
Choose a tag to compare

Bug Fixes

  • correct custom SCSS module type declaration

v1.1.0

03 Jun 07:22
Compare
Choose a tag to compare

What's New

  • CSS class name conversion improvements
    • block--elementblockElement
    • block__colorblockColor

Big Bang 💥

16 May 17:17
Compare
Choose a tag to compare

What's New

  • TypeScript
  • Ready to use test suite with TypeScript and Jest
  • CSS module with scss out of the box and auto class name conversion ( .demo-class → demoClass ).
  • Ready to use bundling systems (production and development).
  • Development server with hot reloading.
  • Easy assets management
  • Custom path alias
  • Generate production ready static site.