No description
Find a file
2026-05-17 20:29:35 -07:00
_build checkpoint 2026-05-17 20:29:35 -07:00
build checkpoint 2026-05-17 20:29:35 -07:00
src checkpoint 2026-05-17 20:29:35 -07:00
.gitignore checkpoint 2026-05-17 20:29:35 -07:00
bsconfig.json checkpoint 2026-05-17 20:29:35 -07:00
package-lock.json checkpoint 2026-05-17 20:29:35 -07:00
package.json checkpoint 2026-05-17 20:29:35 -07:00
README.md checkpoint 2026-05-17 20:29:35 -07:00
semantics.pdf add semantics 2018-01-11 15:07:10 -05:00
webpack.config.js checkpoint 2026-05-17 20:29:35 -07:00

smallc-web

Run this project:

npm install
npm start
# in another tab
npm run webpack

After you see the webpack compilation succeed (the npm run webpack step), open up the nested html files in src/* (no server needed!). Then modify whichever file in src and refresh the page to see the changes.

For more elaborate ReasonReact examples, please see https://github.com/reasonml-community/reason-react-example