cra-template-datocms-plugin
v1.0.2
Published
The base TypeScript template for creating DatoCMS plugins
Downloads
13
Readme
cra-template-datocms-plugin
This is a Create React App template to build DatoCMS plugins.
To use this template, add --template datocms-plugin
when creating a new app.
For example:
npx create-react-app my-app --template datocms-plugin
# or
yarn create react-app my-app --template datocms-plugin
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.