Skip to content

Boilerplate for build a Design System with React Components, typescript, storybook with support for Test.

Notifications You must be signed in to change notification settings

mathiasgheno/fancy

Repository files navigation

Fancy Boilerplate

This project make posible the development of one Library of components for your front-end project. It uses Storybook for documentation, React and TypeScript for development and Jest + React Testing Librart for testing.

Scripts

Install all dependencies:

npm install

Generate the library:

npm build

Init the development environment:

npm start

Run the tests :

npm test

Init storybook for development

npm run storybook

Generate static archives for storybook :

npm run build-storybook

About

Boilerplate for build a Design System with React Components, typescript, storybook with support for Test.

Topics

Resources

Stars

Watchers

Forks