Getting Started
This guide show you how to install slate-cloud and use it.
Installation
To install slate-cloud:
# install with yarn
yarn add slate-cloud
# install with npm
npm install --save slate-cloudYou'll also need these peer dependencies if you don't already have them:
# install with yarn
yarn add slate slate-react slate-history
# install with npm
npm install --save slate slate-react slate-historyUsing Slate Cloud
This is a minimal Slate Cloud integration.
Using TypeScript
NOTE: To learn more about using TypeScript with Slate, read Slate's TypeScript Documentation.
To use Slate Cloud with TypeScript, configure Slate's CustomTypes.
What's Next
Next, learn how to save the document.
Last updated