https://github.com/tsui66/fun-boilerplate-simple
Boilerplate For Aliyun Fun Simple Project.
https://github.com/tsui66/fun-boilerplate-simple
aliyun function-compute nodejs serverless
Last synced: about 2 months ago
JSON representation
Boilerplate For Aliyun Fun Simple Project.
- Host: GitHub
- URL: https://github.com/tsui66/fun-boilerplate-simple
- Owner: tsui66
- Created: 2017-09-29T02:27:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T07:00:17.000Z (over 8 years ago)
- Last Synced: 2025-03-25T23:32:47.418Z (about 1 year ago)
- Topics: aliyun, function-compute, nodejs, serverless
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello world
see [fun](https://github.com/aliyun/fun) for more information.
## Installation
You should install dependencies first:
### fun
```sh
$ npm install @alicloud/fun -g
```
### dependencies
```sh
$ npm install
```
## Deploy
```sh
$ fun deploy
URL: GET http://-cn-hangzhou.alicloudapi.com/helloworld => cn-shanghai/fc/helloworld
```
## Test
```sh
npm run test
```
## License
The MIT License