Single page app hosting with CI.
Run the following command to create a zip file.
$ npm install ngdeploy --save -g
The zip file, generated in the dist
directory, can now be deployed to AWS Lambda.
Best practice is to use the files property
in package.json
. This property determines which files will be included in the zip file.
If the files
property is not provided, a fallback pattern will be used that tries to create
the zip best effort..
Once and for all!
- Milos Bejda [mbejda@live.com]