Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stephnr/alexa-starter

simple amazon alexa starter application using ES6 + Node
https://github.com/stephnr/alexa-starter

Last synced: 28 days ago
JSON representation

simple amazon alexa starter application using ES6 + Node

Awesome Lists containing this project

README

        

# alexa-starter
simple amazon alexa starter application using ES6 + Node

# Developing

Enter development mode through the following command:

> `npm run dev`

# Publish

This application uses `Serverless` to publish code to AWS. This process can be ran using:

> `npm run deploy`