Skip to content

dannykok/fuji-ui

Repository files navigation

Fuji UI

lerna

A design framework and components for React.

I used Yarn Workspace and Lerna to managed this mono-repo.

Getting started to development

Make sure you have yarn installed. Use Homebrew (macOS) to install if you haven't

brew install yarn

(optional) Install Lerna(cli) to manage package distribution

npm install lerna -g
# or, you can run via npx. e.g. to see what the packages have changed:
npx lerna changed
# install packages from root folder (mainly devs package e.g. babel, linter etc)
npm install

# install package dependencies
yarn

About

Fuji React UI Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages