rsnext/examples/with-stitches
Pedro Duarte 0e843e6001
Update with-stitches example (#16827)
Hi 👋 

[Stitches](https://stitches.dev) `v0.0.1` beta was recently released. This PR updates the existing examples to the latest packages and API.

Notes:
- Remove `with-stitches-styled` example, that's no longer needed
- Update `with-stitches` example
  - Update dependency
  - Example done with Typescript
- Updated README

Thanks ✌️ 

![CleanShot 2020-09-03 at 18 23 09@2x](https://user-images.githubusercontent.com/372831/92141867-52d98d80-ee13-11ea-91ed-001cd46989f1.jpg)
2020-09-03 17:38:13 +00:00
..
components Update with-stitches example (#16827) 2020-09-03 17:38:13 +00:00
pages Update with-stitches example (#16827) 2020-09-03 17:38:13 +00:00
public Update with-stitches example (#16827) 2020-09-03 17:38:13 +00:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
next-env.d.ts Update with-stitches example (#16827) 2020-09-03 17:38:13 +00:00
package.json Update with-stitches example (#16827) 2020-09-03 17:38:13 +00:00
README.md Update with-stitches example (#16827) 2020-09-03 17:38:13 +00:00
stitches.config.ts Update with-stitches example (#16827) 2020-09-03 17:38:13 +00:00
tsconfig.json Update with-stitches example (#16827) 2020-09-03 17:38:13 +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).