A set of UI components built with React and Styled-Components used on products by InsideSales.com.
npm install -S insidesales-components
View the documentation/storyboks at http://insidesalesofficial.github.io/insidesales-components/storybook/ for more info on using insidesales-components
.
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.
from the root directory run npm deploy:docs