1.0.0 • Published 6 years ago

downtime-gaurav v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

GAP-NPM (affiliate-helpers)

The project contains all the common npm modules used in Publisher, Operator & Merchant portals at one place. The name of the project (in package.json) is affiliate-helpers

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

Install dependencies by running below command

npm install

Making Build

Make a build by running below command

npm run build

Test Locally

Link module

First make a build and then link the project.

  • npm run build - To build the project
  • npm link - To link the project for testing the components/functions locally

Run below command in other react project to test the code

  • npm link affiliate-helpers - Alternative of npm install affiliate-helpers to test locally without installing the project

Unlink module

Run below command to unlink the module

npm unlink --no-save affiliate-helpers