thisdot / starter.dev

A collection of kits to help bootstrap your next project.
https://starter.dev
MIT License
132 stars 16 forks source link

[qwik] Decide on styling library and include it in the starter #294

Closed honzikec closed 2 years ago

honzikec commented 2 years ago

This is part of the feedback for https://github.com/thisdot/starter.dev/pull/262.

From our readme:

Starter kits should include some core libraries and technologies that a new project will need. These pieces should come configured according to best practices and be ready to use togther as a unit.

  • Framework?: (Next, Nuxt, SvelteKit, Remix, etc)
  • UI: (react, vue, angular, etc)
  • Data Fetching and/or State Management: (redux, ngrx, rxjs, react-query, apollo, etc)
  • Styling: (tailwind, styled-components, css modules, etc)

Currently, there seem to be no styling solution included. Decide on one and add it.

honzikec commented 2 years ago

Suggestion: the npm create qwik@latest command allows to include Tailwindcss by default, therefore I'd go with Tailwind.