rsnext/examples/with-stitches-styled
Joe Haddad 7d038dfef1
Suggest npx over npm init (#13637)
This updates old examples to the more universal `npx` command.

Fixes https://github.com/vercel/next.js/discussions/12103
2020-06-01 17:36:57 +00: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 With stitches (#12677) 2020-05-20 06:22:50 +00: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 (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).