Skip to content

publicissapient-france/techaway-storybook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storybook example

Commitizen friendly

Prerequisites

Be sure Node and NPM are installed. We also use Yarn, but you could use NPM instead.

How to use

Installation

yarn

Development

The app:

yarn start

The Storybook:

yarn storybook

You could instead run the commands above concurrently by running:

yarn dev

Build

The app:

yarn build

The Storybook:

yarn build-storybook

You could instead run the commands above concurrently by running:

yarn prod

Unit Tests

yarn test

Visual Regression Tests

Be sure you created a .env file with:

CHROMATIC_APP_CODE=xxxxxxxx

Then you can run:

yarn chromatic

The result is visible here.

Resources

Releases

No releases published

Packages

No packages published