Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 603 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 603 Bytes

MasterWcNewline

This workspace has been generated by Nx, a Smart, fast and extensible build system.

Setup

npx create-nx-workspace --preset=web-components
  • Add the Storybook plugin
    yarn add --dev @nrwl/storybook
    
  • Generating Storybook Configuration
    nx g @nrwl/storybook:configuration --tsConfiguration=true
    

Run App

npm start

Run Storybook

nx storybook