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

https://github.com/zoomten/parceljs-refwiki-template


https://github.com/zoomten/parceljs-refwiki-template

Last synced: about 1 month ago
JSON representation

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

[![Deploy with Vercel](https://vercel.com/button)](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
```