Skip to content

biering/alexa-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alexa-Boilerplate

Boilerplate project to create a simple alexa skill with ES6 syntax features and testing

Getting Started

git clone https://github.com/chryb/alexa-boilerplate.git

Clone this repository

cd alexa-boilerplate

npm install

install dev dependencies

cd src

npm install

install skill / alexa dependencies

In the root dictionary

You can build and zip the sources with

gulp build

Or test the code (with mocha & chai) specified under ./test with

gulp test


You can find the final .zip under ./builds to upload it to AWS Lambda.

Releases

No releases published

Packages

No packages published