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

https://github.com/wgwz/wptest


https://github.com/wgwz/wptest

flask parceljs yarn

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

Install yarn, then:

yarn install
yarn run build

Outputs `static/dist/js/app.js`.
See `package.json` and [parceljs][1] for more.

To preserve `console.log`'s:

yarn run build --no-minify

Install `pipenv`, then:

pipenv install

Or do the usual with `venv`.

[1]: https://parceljs.org/