File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change 22
33<!-- TOC -->
44
5- - [ Clone and build project] ( #clone-and-build-project )
6- - [ Deploy project to Cloud Functions Local Emulator] ( #deploy-project-to-cloud-functions-local-emulator )
5+ - [ Clone project] ( #clone-project )
6+ - [ Build project from command-line] ( #build-project-from-command-line )
7+ - [ Deploy project to Cloud Functions Local Emulator from command-line] ( #deploy-project-to-cloud-functions-local-emulator-from-command-line )
78
89<!-- /TOC -->
910
10- ## Clone and build project
11+ ## Clone project
1112
1213Clone project from GitHub:
1314
@@ -21,6 +22,16 @@ Go to to project folder:
2122cd gcp-cloud-functions-typescript-starter
2223```
2324
25+ Optional. You can open project in Visual Studio Code to to build and deploy project from GUI menu:
26+
27+ ``` bash
28+ code .
29+ ```
30+
31+ ## Build project from command-line
32+
33+ If you prefer command-line interface instead of Visual Studio Code than use the next commands to build project.
34+
2435Install required ` npm ` modules:
2536
2637``` bash
3546
3647File ` index.js ` is generated and is ready to deploy to ** Cloud Functions**
3748
38- ## Deploy project to Cloud Functions Local Emulator
49+ ## Deploy project to Cloud Functions Local Emulator from command-line
50+
51+ If you prefer command-line interface instead of Visual Studio Code than use the next commands to deploy project.
3952
4053The ** Cloud Functions Emulator** is distributed as a standard NPM package, so you can install it with a standard ` npm install ` command:
4154
You can’t perform that action at this time.
0 commit comments