1.0.0 • Published 7 years ago

insidesales-components-dev v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

InsideSales Components · Travis CI Status npm version Commitizen friendly

A set of UI components built with React and Styled-Components used on products by InsideSales.com.

npm install -S insidesales-components

Docs

View the documentation/storyboks at http://insidesalesofficial.github.io/insidesales-components/storybook/ for more info on using insidesales-components.

Development

Project setup

Run npm install and edit code in the src/ folder.

To start the project, run npm start. This will run the neccesary scripts to build storybooks and start the development server on http://localhost:3001. Running this command will also watch for any changes and update storybooks.

Deploying storybooks

from the root directory run npm deploy:docs