@tanawat/react-foundation
v0.4.0
Published
React components for Mumu web application.
Downloads
3
Readme
Mumu React Foundation
React components for Mumu web application.
Setup
# install dependencies
yarn install
# prepare base css
yarn css
# run storybook server
yarn storybookBuild
You should usually use production build which is a default one:
yarn buildYou can use development mode as you wish though
yarn build:development