https://github.com/vinicamposdev/mvp-rh
https://github.com/vinicamposdev/mvp-rh
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vinicamposdev/mvp-rh
- Owner: vinicamposdev
- Created: 2022-10-31T01:03:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T09:03:50.000Z (about 3 years ago)
- Last Synced: 2025-03-14T18:21:08.417Z (9 months ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
Install most recent version of [azure functions core tools](https://www.npmjs.com/package/azure-functions-core-tools).
Using node 16.x, install:
```sh
yarn
```
And then to start the project:
```sh
yarn start
```