@jjordy/iam
v2.0.2
Published
React Utilities for Dealing with IAM Policies
Downloads
46
Readme
@jjordy/iam
Work with custom IAM policies
Install
$ npm install @jjordy/iamRequirements
- node
>= 8 - npm
>= 5
Contributing & Development Instructions
Install dependencies, and check to see it works
$ npm install # Install project dependencies
$ npm run dev # Development via storybook @ localhost:9001While developing, you will probably rely mostly on npm run dev; however, there are additional scripts at your disposal:
|npm run <script>|Description|
|------------------|-----------|
|dev| Development Mode |
|lint|Lint all .js files.|
|build| Build Production Library.|
|test| Run tests.|
(http://eslint.org/docs/user-guide/command-line-interface.html#fix).|
Project Structure
.
├── .storybook # Storybook config
├── src # Client entry point