Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 615 Bytes

File metadata and controls

26 lines (15 loc) · 615 Bytes

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