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

https://github.com/bugmaker-237/slim-ef-examples


https://github.com/bugmaker-237/slim-ef-examples

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# slim-ef-examples

Most use cases of `slim-ef (v1.6)` are implemented in this repository to serve as example.

### How to run

Clone the repo then run:

```
npm i
npm start

```

Where `example-name` can be the name of any file present in examples forlder. Ex:

```
npm start to-list
...
npm start where
```