Clone the repository:
git clone https://github.com/remarkablemark/parcel-jsx-dom-example.git
cd parcel-jsx-dom-exampleInstall the dependencies:
npm installIn the root directory, you can run:
Starts the local development server.
Builds the web app for production.
Removes the .parcel-cache and dist directories.
Performs type checking.