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
- Host: GitHub
- URL: https://github.com/remarkablemark/parcel-example
- Owner: remarkablemark
- License: mit
- Created: 2022-01-24T03:55:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T20:48:01.000Z (over 1 year ago)
- Last Synced: 2025-02-14T08:45:39.248Z (11 months ago)
- Topics: github-pages, javascript, parcel, website
- Language: HTML
- Homepage: https://remarkablemark.github.io/parcel-example/
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)