An open API service indexing awesome lists of open source software.

https://github.com/remarkablemark/parcel-example

Parcel web app example
https://github.com/remarkablemark/parcel-example

github-pages javascript parcel website

Last synced: 10 months ago
JSON representation

Parcel web app example

Awesome Lists containing this project

README

          

# parcel-example

Inspired by the tutorial ["Building a web app with Parcel"](https://parceljs.org/getting-started/webapp/).

## Install

Clone the repository:

```sh
git clone https://github.com/remarkablemark/parcel-example.git
cd parcel-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 `dist/` folder.

## License

[MIT](LICENSE)