Clone the repository:
git clone https://github.com/remarkablemark/parcel-jsx-dom-example.git
cd parcel-jsx-dom-example
Install the dependencies:
npm install
In 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.