Stock and loot management for small-scale daytripping expeditions for Eve online.
https://trello.com/b/lMme4zsH/eve-daytripper
app/
Defines actions, api, components, router, middlewares, reducers and store
Build:
$ npm run buildDev:
$ npm install
$ npm startlambdas/
Lambdas are bundled with lambdas/utils.js that implements all the business logic to store/retrieve user data from s3
Build:
$ cd lambdas
$ webpackoauth/
oauth page is a stand-alone micro app, check oauth/. Users need to be signed-in to Cognito before reaching oauth/.
Build:
$ cd oauth/
$ webpack