Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 691 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 691 Bytes

Gitpod ready-to-code

Web Template

Example project using current (opinionated) state of the art to try and minimise JS (tooling) burnout:

  • Snowpack - modern, fast development, without using node_modules. Develop for the modern web. Uses fastest bundler available: esbuild.
  • Svelte - fast and light web framework. Simpler development by feeling closer to vanilla.
  • Tailwind - remove the need to organise and maintain masses of CSS and avoid duplicates. Simple, clean way to build modern UI without worrying about limitations of component libraries.