ReasonML bindings for react-dropzone
Find a file
2018-10-16 21:21:37 +02:00
src Upgrade bs-platform 2018-10-16 21:21:37 +02:00
.gitignore Initial commit 2018-08-20 17:24:58 -04:00
bsconfig.json Initial commit 2018-08-20 17:24:58 -04:00
package.json Upgrade bs-platform 2018-10-16 21:21:37 +02:00
README.md Initial commit 2018-08-20 17:24:58 -04:00
yarn.lock Upgrade bs-platform 2018-10-16 21:21:37 +02:00

Basic Reason Template

Hello! This project allows you to quickly get started with Reason and BuckleScript. If you wanted a more sophisticated version, try the react template (bsb -theme react -init .).

Build

npm run build

Build + Watch

npm run start

Editor

If you use vscode, Press Windows + Shift + B it will build automatically