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

https://github.com/jbock-java/hello-react


https://github.com/jbock-java/hello-react

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

### First, start json server

https://github.com/typicode/json-server/

```sh
npm install -g json-server
json-server --watch db.json --port 3004
```