Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T02:35:47.000Z (17 days ago)
- Last Synced: 2024-12-17T03:41:47.404Z (17 days ago)
- Topics: dom, example, javascript, jsx, jsx-dom, parcel, site
- Language: HTML
- Homepage: https://remarkabl.org/parcel-jsx-dom-example
- Size: 74.2 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)