Include this private module by adding the following under dependencies
in package.json
, and run npm install
.
"snapmobile-aws": "git+ssh://@github.com/SnapMobileIO/SnapMobile-Aws.git",
To configure, add the following to routes.js
:
import { router as awsRouter, awsHelper as awsHelper } from 'snapmobile-aws';
app.use('/api/aws/', awsRouter);
Make any changes in /src
.
Once changes are completed, run gulp dist
to process JavaScript files and add to /dist
.