/react-jsx-ppx-v4

Example project for react-jsx ppx v4

Primary LanguageReScript

Example project for JSX PPX V4

  1. Install dependencies
npm install
// or
yarn
  1. Build the project
yarn res:cleaen && yarn res:watch
  1. Run the project
yarn start

It will clean up the npm cache in ./node_modules/.cache and run the project freshly.