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

https://github.com/lilpolymath/parcel-boilerplate

Parcel bolierplate
https://github.com/lilpolymath/parcel-boilerplate

Last synced: over 1 year ago
JSON representation

Parcel bolierplate

Awesome Lists containing this project

README

          

## Parcel Boilerplate

This boilerplate has an `.nvmrc` file, make sure you have nvm installed, if not, [install it](https://github.com/nvm-sh/nvm):

### Run

```bash
nvm use
```

### To kickstart the boilerplate, following the steps below:

```bash
yarn

yarn dev
```

### If you do not have yarn installed, delete the `yarn.lock` file and install via npm,

```bash
npm install

npm run dev
```

### Or install yarn:

```bash
npm install --global yarn
```