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 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T07:00:17.000Z (over 7 years ago)
- Last Synced: 2025-01-30T20:44:04.037Z (3 months 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.
## InstallationYou 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