rsnext/examples/with-stitches
Joe Haddad db5b5a76a8
Update some examples to Vercel (#13477)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-05-28 13:32:29 +02:00
..
css With stitches (#12677) 2020-05-20 06:22:50 +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
.gitignore 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 Update some examples to Vercel (#13477) 2020-05-28 13:32:29 +02: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:

npm init next-app --example with-stitches
# or
yarn create next-app --example with-stitches

Deploy it to the cloud with Vercel (Documentation).