rsnext/examples/with-stitches-styled
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 (#14936) 2020-07-07 14:20:27 -05:00
public With stitches (#12677) 2020-05-20 06:22:50 +00:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
package.json with-stitches-styled: Update package.json (#14958) 2020-07-08 09:46:04 +00:00
README.md Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00

Stitches (Styled) 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-styled
# or
yarn create next-app --example with-stitches-styled

Deploy it to the cloud with Vercel (Documentation).