rsnext/examples/with-stitches
2021-01-24 17:05:49 +01:00
..
components Update with-stitches example (#16827) 2020-09-03 17:38:13 +00:00
pages Update with-stitches example (#16827) 2020-09-03 17:38:13 +00:00
public Update with-stitches example (#16827) 2020-09-03 17:38:13 +00:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
next-env.d.ts Update with-stitches example (#16827) 2020-09-03 17:38:13 +00:00
package.json Update with-stitches example (#16827) 2020-09-03 17:38:13 +00:00
README.md Unify installation scripts for example apps (#19808) 2021-01-24 17:05:49 +01:00
stitches.config.ts Update with-stitches example (#16827) 2020-09-03 17:38:13 +00:00
tsconfig.json Update with-stitches example (#16827) 2020-09-03 17:38:13 +00:00

Stitches Example

This example shows how to use the Stitches CSS-in-JS Library.

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-stitches with-stitches-app
# or
yarn create next-app --example with-stitches with-stitches-app

Deploy it to the cloud with Vercel (Documentation).