0.4.0 • Published 7 years ago

@tanawat/react-foundation v0.4.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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