Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simnalamburt/parcel-practice
Simple parcel practice
https://github.com/simnalamburt/parcel-practice
parcel yarn
Last synced: 4 months ago
JSON representation
Simple parcel practice
- Host: GitHub
- URL: https://github.com/simnalamburt/parcel-practice
- Owner: simnalamburt
- License: other
- Created: 2018-12-18T12:52:36.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T16:17:45.000Z (almost 3 years ago)
- Last Synced: 2024-04-11T15:34:15.827Z (10 months ago)
- Topics: parcel, yarn
- Language: HTML
- Homepage:
- Size: 2.79 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
parcel-practice
========
Simple parcel practice```bash
# Install dependencies
yarn# See http://localhost:1234
yarn dev
# See 'dist/'
yarn buildyarn test
yarn fmt
```
--------
*parcel-practice* is primarily distributed under the terms of both the [Apache
License (Version 2.0)] and the [MIT license]. See [COPYRIGHT] for details.[Apache License (Version 2.0)]: LICENSE-APACHE
[MIT license]: LICENSE-MIT
[COPYRIGHT]: COPYRIGHT