Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
/ compiled-stack Public archive

Compiled tech stack starter template for lean web applications.

Notifications You must be signed in to change notification settings

nelonoel/compiled-stack

Repository files navigation

Compiled tech stack starter template for lean web applications.


Get started

npx degit "nelonoel/compiled-stack" my-app
cd my-app
yarn install
yarn dev

What's included

Framework, Routing, SSR
  • Svelte - compiles code that surgically updates the DOM on app state change.
  • Sapper - a Svelte-based web app framework with a flexible filesystem-based routing.
  • Markdown Parser
Styling
  • TailwindCSS - A utility-first CSS framework for rapidly building custom designs.
  • PostCSS - A tool for transforming CSS with JavaScript
  • Autoprefixer - adds vendor prefixes
  • PurgeCSS - removes unused CSS
  • cssnano - minifies CSS bundle
Development
  • LiveReload - automatic browser refresh
  • Prettier - opinionated code formatter
  • Storybook - a tool for developing UI components in isolation
Scripts
  • Favicon Generator
  • SEO Generator
Extras

About

Compiled tech stack starter template for lean web applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages