Skip to content

remarkablemark/parcel-jsx-dom-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parcel-jsx-dom-example

Parcel jsx-dom example.

Install

Clone the repository:

git clone https://github.com/remarkablemark/parcel-jsx-dom-example.git
cd parcel-jsx-dom-example

Install the dependencies:

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