seine
v0.2.10
Published
Seine is a Javascript library of React components and utilities to view and edit structured content.
Downloads
7
Readme
Seine
Seine is a Javascript library of React components and utilities to view and edit structured content.
Installation
npm install react react-dom draft-js styled-components seine
or
yarn add react react-dom draft-js styled-components seine
Serve Storybook
To build and start static server at port 5000 run
npm build
npm start -l 5000
or
yarn build
yarn start -l 5000
For other options see yarn start --help
command output.