https://github.com/simnalamburt/parcel-practice
Simple parcel practice
https://github.com/simnalamburt/parcel-practice
parcel yarn
Last synced: 8 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 (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T16:17:45.000Z (over 4 years ago)
- Last Synced: 2025-02-06T16:00:27.089Z (over 1 year 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
# NOTE: Even though it's using bun, it still requires Node.js
#
# References:
# https://github.com/oven-sh/bun/issues/4142
# https://github.com/oven-sh/bun/issues/4290
# Install dependencies
bun i
# See http://localhost:1234
bun dev
# See 'dist/'
bun run build
bun run test
bun fix
```
--------
*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