rsnext/examples/with-stitches
Tanmay Laud f00ad581a1
Added .gitignore to examples that are deployed to vercel (#15127)
Co-authored-by: Joe Haddad <joe.haddad@zeit.co>
2020-07-16 10:52:23 -04:00
..
css Update example: update to new stitches version and api (#14876) 2020-07-07 04:17:07 +00:00
pages Update _document.js (#14937) 2020-07-07 14:20:17 -05:00
public example: new with-stitches (#11924) 2020-05-02 00:30:39 -04:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
package.json Update package.json (#14938) 2020-07-07 14:20:05 -05: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).