astrada / reason-react-toolbox-example-theme

Example for reason-react-toolbox with customizable components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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

    yarn start
    
  3. Start webpack:

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

    google-chrome public/index.html
    

About

Example for reason-react-toolbox with customizable components

License:MIT License


Languages

Language:OCaml 78.8%Language:JavaScript 9.4%Language:HTML 8.6%Language:CSS 3.2%