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

https://github.com/afrianjunior/simple-js-webpack


https://github.com/afrianjunior/simple-js-webpack

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

          

# How to start

Development
```bash
yarn

yarn dev
```
Production
```bash
yarn

yarn build
```