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
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
Scripts