Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mununki/react-jsx-ppx-v4
Example project for react-jsx ppx v4
https://github.com/mununki/react-jsx-ppx-v4
Last synced: 10 days ago
JSON representation
Example project for react-jsx ppx v4
- Host: GitHub
- URL: https://github.com/mununki/react-jsx-ppx-v4
- Owner: mununki
- Created: 2022-09-05T13:58:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T09:05:11.000Z (almost 1 year ago)
- Last Synced: 2024-04-24T03:22:05.288Z (8 months ago)
- Language: ReScript
- Size: 1.63 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example project for JSX PPX V4
1. Install dependencies (takes a while...)
```sh
npm install
// or
yarn
```2. Build the project
```sh
yarn res:clean && yarn res:watch
```3. Run the project
```sh
yarn start
```It will clean up the npm cache in `./node_modules/.cache` and run the project freshly.