Skip to content

Personal boilerplate for to build a design system with lerna & styled-components

License

Notifications You must be signed in to change notification settings

ludovicmnji/monorepo-ds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monorepo-ds

Setup

After cloning the repository and be sure to use the correct Node version (> v10), run :

yarn install
yarn bootstrap

Then, build the library with :

yarn build

or

cd packages/components
yarn build

cd packages/website
yarn build

Finally, serve the website (http://localhost:5000) with :

yarn serve

or

cd packages/website
yarn serve

About

Personal boilerplate for to build a design system with lerna & styled-components

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published