rsnext/examples/with-slate
Mayank 82eb6e6f49
chore(examples): bump dependency versions (#55899)
Co-authored-by: Snyk bot <19733683+snyk-bot@users.noreply.github.com>
Co-authored-by: Steven <229881+styfle@users.noreply.github.com>
2023-09-25 16:31:49 +00:00
..
pages [Docs] Update with-slate example (#39639) 2022-08-16 10:47:07 +00:00
types [Docs] Update with-slate example (#39639) 2022-08-16 10:47:07 +00:00
.gitignore Remove incorrect entries for pnpm debug log (#47241) 2023-03-26 22:26:05 -07:00
next-env.d.ts Remove incorrect entries for pnpm debug log (#47241) 2023-03-26 22:26:05 -07:00
package.json chore(examples): bump dependency versions (#55899) 2023-09-25 16:31:49 +00:00
README.md update example Deploy button URLs (#48842) 2023-04-26 13:31:44 -04:00
tsconfig.json [Docs] Update with-slate example (#39639) 2022-08-16 10:47:07 +00:00

slate.js example

This example shows how to use Next.js along with Slate.js.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example::

npx create-next-app --example with-slate with-slate-app
yarn create next-app --example with-slate with-slate-app
pnpm create next-app --example with-slate with-slate-app

Deploy it to the cloud with Vercel (Documentation).