Skip to content

speedandfunction/starter-kit-marketing

 
 

Repository files navigation

Storybook for Marketing Starter Kit

This is a simple demo on how to use Storybook with ApostropheCMS. Marketing Starter Kit was taken as a base for this demo, but the approach is the same for any ApostropheCMS project.

Marketing Starter Kit

See Marketing Starter Kit for more information.

Storybook

See Storybook for more information.

Installation

As ususal run npm install to install dependencies.

Running

Run npm run storybook to start Storybook. And it will be available at http://localhost:6006. You can also run npm run build-storybook to build Storybook (to compile a static storybook in storybook-static folder)and npm run serve-storybook to serve it. It can be useful for previewing the storybook in staging or production environment.

About

A marketing starter kit for ApostropheCMS + StoryBook implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.4%
  • SCSS 18.0%
  • HTML 13.8%
  • MDX 9.6%
  • Shell 7.8%
  • CSS 2.4%