Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 596 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 596 Bytes

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.