0.0.3 • Published 5 years ago

meraki-system v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Meraki System is a set of React components and tools. Mainly developed for personal use.

Get Started

To get started using Meraki design

Install

TODO: Do this proper

$ npm install --save meraki-system

Development & Storybook

To develop and interact with your components using Storybook. Run the local server. simply run:

$ npm i
$ npm run storybook

Navigate to http://localhost:6006 to view your stories. They automatically update as you develop ✨.

Storybook will pick up stories from the stories.js file in each components folder.

To build a static version of storybook for deployment

$ npm run build-storybook
$ cd /storybook-static

Add to React project code

TODO: These are just examples for now