https://github.com/zoomten/parceljs-refwiki-template
https://github.com/zoomten/parceljs-refwiki-template
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zoomten/parceljs-refwiki-template
- Owner: ZoomTen
- Created: 2021-11-17T16:10:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-17T16:28:49.000Z (over 4 years ago)
- Last Synced: 2025-03-06T02:24:16.621Z (about 1 year ago)
- Language: Handlebars
- Homepage: parceljs-refwiki-template.vercel.app
- Size: 208 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ParcelJS Refwiki
This is a vanilla web app built with [Parcel](https://parceljs.org).
View demo [here](https://parceljs-refwiki-demo.vercel.app/)
## Getting Started
Run the dev server:
```bash
yarn start
# or
npm start
```
And open [localhost:1234](http://localhost:1234) in your browser!
As you make changes, you should see your app automatically update in the browser without even refreshing the page!
## Learn More
- [Getting started guide](https://parceljs.org/getting-started/webapp/)
- [Documentation](https://parceljs.org/docs/)
## Deploy Your Own
[](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/parcel&template=parcel)
_Live Example: https://parcel.examples.vercel.com_
### Deploying From Your Terminal
You can deploy your new Parcel project with a single command from your terminal using [Vercel CLI](https://vercel.com/download):
```shell
$ vercel
```