A light weight(~1KB) css-in-js solution(framework)🎨
This example showcase how to perform SSR & extract and inline critical css with @filbert-js/server-stylesheet and @filbert-js/core
If you are running into any issues with this example, feel free to open-up an issue at https://github.com/kuldeepkeshwar/filbert-js/issues.
Deploy the example using Vercel:
Execute create-next-app with npm or Yarn to bootstrap the example:
npx create-next-app --example with-filbert with-filbert-app # or yarn create next-app --example with-filbert with-filbert-appDownload the example:
curl https://codeload.github.com/vercel/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-filbert cd with-filbertInstall it and run:
npm install npm run dev # or yarn yarn devDeploy it to the cloud with Vercel (Documentation).