Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stephnr/alexa-starter
- Owner: stephnr
- License: mit
- Created: 2017-04-02T03:45:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T20:31:55.000Z (almost 8 years ago)
- Last Synced: 2024-10-25T08:35:29.864Z (3 months ago)
- Language: TypeScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`