https://github.com/lilpolymath/parcel-boilerplate
Parcel bolierplate
https://github.com/lilpolymath/parcel-boilerplate
Last synced: over 1 year ago
JSON representation
Parcel bolierplate
- Host: GitHub
- URL: https://github.com/lilpolymath/parcel-boilerplate
- Owner: lilpolymath
- Created: 2023-06-07T14:34:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T14:36:45.000Z (about 3 years ago)
- Last Synced: 2025-01-21T05:42:01.246Z (over 1 year ago)
- Language: SCSS
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```