rsnext/examples/with-compiled-css/README.md
Tim Neutkens de08b1fff1
Remove unsupported examples (#26075)
Co-authored-by: JJ Kasper <jj@jjsweb.site>
2021-06-14 20:27:06 +02:00

1.5 KiB

Example app with Compiled (CSS-in-JS)

This example features how to use Compiled as the build time CSS-in-JS styling solution instead of styled-jsx.

Preview

Preview the example live on StackBlitz:

Open in StackBlitz

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-compiled-css with-compiled-css-app
# or
yarn create next-app --example with-compiled-css with-compiled-css-app

Deploy it to the cloud with Vercel (Documentation).