Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrkou47/parcel-playground
https://github.com/mrkou47/parcel-playground
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrkou47/parcel-playground
- Owner: MrKou47
- Created: 2019-11-05T16:43:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T03:57:28.000Z (about 3 years ago)
- Last Synced: 2024-10-31T21:03:06.405Z (2 months ago)
- Language: JavaScript
- Size: 4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install
```bash
yarn
```## Build
This script generate correct file.
```bash
npm start
```This script generate wrong file.
```bash
npm run build:dev
```