项目作者: astrada

项目描述 :
Example for reason-react-toolbox with customizable components
高级语言: OCaml
项目地址: git://github.com/astrada/reason-react-toolbox-example-theme.git
创建时间: 2017-09-05T20:44:38Z
项目社区:https://github.com/astrada/reason-react-toolbox-example-theme

开源协议:MIT License

下载


Examples using reason-react-toolbox (with themeable components)

This repository contains ReasonML porting of
react-toolbox-example.
Shows how to use components with custom themes (using CSS Modules/cssnext).

Getting started

  1. Install dependencies:

    1. npm install --global bs-platform
    2. yarn install
  2. Start project compilation:

    1. yarn start
  3. Start webpack:

    1. yarn build
  4. Open public/index.html with your browser:

    1. google-chrome public/index.html