Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swinton/clasp-example

An example Clasp project, using Babel to transpile JavaScript
https://github.com/swinton/clasp-example

babel clasp example

Last synced: 20 days ago
JSON representation

An example Clasp project, using Babel to transpile JavaScript

Awesome Lists containing this project

README

        

# Clasp Example

An example [Clasp](https://github.com/google/clasp) project, using Babel to transpile JavaScript.

## Setup

1. Clone this repo
1. Install dependencies `npm install`

## Build

1. `npm run-script build`

## Deploy

1. Create a Clasp project: `clasp create example`
1. Push the project: `clasp push`