Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Beth3346/elr-alerts

Repository files navigation

elr-alerts

Build Status License: MIT npm

Installation

This is a Node.js module available through the npm registry. It can be installed using the npm or yarn command line tools.

npm install elr-alerts --save

Tests

npm install
npm test

Dependencies

Dev Dependencies

  • css-loader: css loader module for webpack
  • jest: Delightful JavaScript Testing.
  • style-loader: style loader module for webpack
  • webpack: Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
  • webpack-cli: CLI for webpack & friends

License

MIT