Package Exports
- seine
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (seine) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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 seineor
yarn add react react-dom draft-js styled-components seineServe Storybook
To build and start static server at port 5000 run
npm build
npm start -l 5000or
yarn build
yarn start -l 5000For other options see yarn start --help command output.