Skip to content

A sample atomic pattern lib alongside a small React web project that uses it.

Notifications You must be signed in to change notification settings

tsambora/react-atomic-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

React Atomic Pattern

This is a sample pattern lib that complies to Atomic Design concept alongside a small React web project that uses the pattern lib.

To preview the pattern lib using Storybook

  • move to the pattern lib directory
  • run npm install
  • run npm run storybook

The component catalog will be available in localhost:6006

To run the sample project

  • in the pattern lib directory, run npm link
  • move to the react app directory and run npm link atomic-pattern-library
  • run npm install in the react app directory
  • run npm run dev in the react app directory

The sample react app will be available in localhost:8080

About

A sample atomic pattern lib alongside a small React web project that uses it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published