https://github.com/remarkablemark/parcel-jsx-dom-example
Parcel jsx-dom example
https://github.com/remarkablemark/parcel-jsx-dom-example
dom example javascript jsx jsx-dom parcel site
Last synced: 10 months ago
JSON representation
Parcel jsx-dom example
- Host: GitHub
- URL: https://github.com/remarkablemark/parcel-jsx-dom-example
- Owner: remarkablemark
- License: mit
- Created: 2023-01-13T04:43:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T02:52:22.000Z (10 months ago)
- Last Synced: 2025-04-11T05:14:28.170Z (10 months ago)
- Topics: dom, example, javascript, jsx, jsx-dom, parcel, site
- Language: HTML
- Homepage: https://remarkabl.org/parcel-jsx-dom-example
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parcel-jsx-dom-example
[Parcel](https://parceljs.org/) [jsx-dom](https://github.com/alex-kinokon/jsx-dom) example.
## Install
Clone the repository:
```sh
git clone https://github.com/remarkablemark/parcel-jsx-dom-example.git
cd parcel-jsx-dom-example
```
Install the dependencies:
```sh
npm install
```
## Available Scripts
In the root directory, you can run:
### `npm start`
Starts the local development server.
### `npm run build`
Builds the web app for production.
### `npm run clean`
Removes the `.parcel-cache` and `dist` directories.
### `npm run type-check`
Performs type checking.
## License
[MIT](LICENSE)