Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.