Skip to content

esmono/react-showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Showcase

Simple project to showcase the storybook tool.

Getting Started

You can use npm to install the dependencies of the project. You can run:

npm ci

to install according to package-lock.json. In general, do not npm install unless you are specifically looking to make updates down the dependency graph in package-lock.json.

Main Page

For running the App in the browser:

npm start

App

Storybook

For running storybook and being able to interact with the library components:

npm run storybook

Storybook UI

Linting

For linting we are using Airbnb style guideline. To manually run linting:

npm run lint

About

Simple project to showcase the storybook tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published