An open API service indexing awesome lists of open source software.

https://github.com/rongfengliang/parcel-learning

parcel-learning
https://github.com/rongfengliang/parcel-learning

docker docker-compose parceljs

Last synced: about 2 months ago
JSON representation

parcel-learning

Awesome Lists containing this project

README

          

# parcel learning

> one demo with typescript && docker running

## how to runnning

* local

```code
yarn
yarn start (live build)
yarn build (product)
```

* docker

```code
docker-compose build
docker-compose up -d
```