Skip to content

4.0.0

Latest
Compare
Choose a tag to compare
@bstaruk bstaruk released this 13 Apr 17:23
63b6f8b

Starbase has been rebuilt from the ground-up for the 4th time in just over 7 years!

Features and upgrades include:

  • Installation is a simple command (npx starbase@latest) now -- no more copy & pasting files.
  • The boilerplate has been drastically simplified to reduce the amount of cleanup developers will have to do before they can get started building.
    • starbase.dev used to run on the boilerplate found in this repo. I create a new repo (starbase-web) for the website going forward.
  • ECMAScript / Babel has been swapped out for TypeScript. All hail TypeScript!
  • Sass has been swapped out for PostCSS (hello again, old friend) and Tailwind CSS.
    • Tailwind can be removed very easily for folks who don't like it.

I expect 4.1 will soon follow with updates to linting & formatting, as I work more with the new digs and inevitably find things that need adjusting.