rsnext/examples/with-stitches
2020-06-10 04:14:53 +00:00
..
css [Examples] Move with-typescript-graphql to SSG (#13854) 2020-06-10 04:14:53 +00:00
pages More redundant imports @ examples (#13190) 2020-05-22 15:33:04 +00:00
public example: new with-stitches (#11924) 2020-05-02 00:30:39 -04:00
package.json With stitches (#12677) 2020-05-20 06:22:50 +00:00
README.md Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +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
# or
yarn create next-app --example with-stitches

Deploy it to the cloud with Vercel (Documentation).