Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 470 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 470 Bytes

reason-window

Bucklescript bindings for https://react-window.now.sh

Setup reason-window development

  • Clone the project git clone https://github.com/NoCountryForGeeks/bs-react-window.git
  • Install dependencies yarn
  • Install dependencies example folder cd example && yarn
  • Start bucklescript yarn start
  • Start buckescript example folder cd example && yarn start
  • Start webpack to bundle application cd example && yarn server