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