No description
  • Reason 62.3%
  • HTML 20.4%
  • CSS 17.3%
Find a file
2021-05-06 23:38:34 +02:00
source Build boilerplate 2021-05-06 23:22:37 +02:00
www Build boilerplate 2021-05-06 23:22:37 +02:00
.gitignore Build boilerplate 2021-05-06 23:22:37 +02:00
bsconfig.json Update deps 2021-05-06 23:38:34 +02:00
esy.json Build boilerplate 2021-05-06 23:22:37 +02:00
package.json Update deps 2021-05-06 23:38:34 +02:00
README.md Build boilerplate 2021-05-06 23:22:37 +02:00
yarn.lock Update deps 2021-05-06 23:38:34 +02:00

Try react-rules-of-hooks-ppx

Playground to test issues regarding react-rules-of-hooks-ppx.

Get it running

Install dependencies and start the project

yarn install
yarn dev

yarn dev will concurrently run all the procceses needed

  • Compile BuckleScript in watch mode
  • Run a server that serves the static files
  • Bundle JavaScript with esbuild

dev runs always a clean step before, so can happen that esbuild is faster than bucklescript and some errors appears while bucklescript is finishing. The app should be ready when "[re] >>>> Finish compiling" appears.