# nest-cloud-nodejs **Repository Path**: mirrors_googlecodelabs/nest-cloud-nodejs ## Basic Information - **Project Name**: nest-cloud-nodejs - **Description**: Nest API Codelab - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nest-cloud-nodejs This folder contains the source code for a Google I/O 2016 codelab. ### License ``` Copyright 2016 Google, Inc. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ``` #Nest API Codelab ##Codelab See https://codelabs.developers.google.com/codelabs/nest-cloud-nodejs/ for codelab instructions. ## Setup 1. install dependencies `npm install && bower install` 2. globally install the builder `npm install -g gulp` 3. run the build process with `gulp` 4. `dist` directory should have been created ## Run Make sure you have electron installed (`npm install -g electron-prebuilt`) To run: `electron dist/main.js`