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: 8 months ago
JSON representation

Simple parcel practice

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