https://github.com/bugmaker-237/slim-ef-examples
https://github.com/bugmaker-237/slim-ef-examples
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bugmaker-237/slim-ef-examples
- Owner: bugMaker-237
- License: mit
- Created: 2020-10-27T14:09:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-02T14:42:40.000Z (over 5 years ago)
- Last Synced: 2025-03-02T03:42:49.411Z (over 1 year ago)
- Language: TypeScript
- Size: 83 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```