Skip to content

Latest commit

 

History

History
103 lines (67 loc) · 1.18 KB

File metadata and controls

103 lines (67 loc) · 1.18 KB

SOFTSPIDERS

lerna-react-ts-storybook-storyshot-starter

Starter for React UI library in TypeScript with Storybook and Snapshot Testing by Jest in Lerna monorepo with IE 11 support

Feature tags

  • build
  • ie11
  • jest
  • lerna
  • react
  • starter
  • storybook
  • storyshot
  • template
  • typescript
  • uilib

Parents

- jest, storyshot


Author

Alexander Lapygin <alexanderlapygin@gmail.com>


Requirements


Istallation

yarn

or

npm i

then

npm run bootstrap

Running

Test

npm test

Build

Build lib:

npm run build:lib

Build app:

npm run build:app

Start

npm start

Storybook

npm run story

License

Licensed under the MIT license.