web-ui-team-management

0.0.1-rc.21 • Public • Published

Web UI Team Management

Sub application responsible for team management page.

Installation

yarn add -E @saucelabs/web-ui-team-management

Development

Use yarn link command to make this a global repo on your local machine.

yarn install

Usage

Check package.json scripts section for more info:

yarn run clean
yarn run lint
yarn run test
yarn run ci
yarn run build
yarn run start

NPM Private

How to get access to @saucelabs packages? Go to passpack and find proper credantials, then run:

npm login

# or

yarn login

Your local .npmrc file will be overwritten!

Project structure

├── .babelrc        # Babel configuration
├── .editorconfig   # Editor configuration
├── .eslintrc.json  # ESLint configuration
├── .github         # GitHub templates
├── .gitignore
├── .npmignore
├── README.md
├── dist
├── package.json
├── src
├── stories         # Place for storybooks
├── test            # Place tests
└── yarn.lock
./src/
├── actions.js      # Redux Actions
├── api.js          # Async api calls
├── app             # Dummy application for development
├── components      # Pure React components
├── constants.js    # Redux constants
├── containers      # Smart React components
├── images          # PNG, SVG etc
├── records.js      # ImmutableJS records
├── reducers.js     # Redux reducers
├── routes.jsx      # React router routes
└── styles          # General purpose styling mixins and veriables

Readme

Keywords

none

Package Sidebar

Install

npm i web-ui-team-management

Weekly Downloads

0

Version

0.0.1-rc.21

License

Apache-2.0

Last publish

Collaborators

  • christian-bromann