Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amp-client

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amp-client

JS Client for 68publishers/amp

  • 1.3.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

AMP Client JS

Advertising Management Platform Client

Table of Contents

  • Getting Started
  • Build and Development
  • Integration

Getting Started

Please follow these instructions to get a local copy and setting up it.

Prerequisites

  • Git
  • Npm

Installation

  1. Clone the repo
$ git clone git@gitlab.com:68publishers/projects/amp/amp-client-js.git
$ cd amp-client-js
  1. Install npm dependencies
$ npm install

Build and Demo

Use predefined commands for the application's build:

$ npm run build:dev # or prod

Paths of an output files are:

  • ~/build/amp-client.js (dev mode)
  • ~/dist/amp-client.min.js (production mode) respectively ~/dist/amp-client.standalone.min.js.

A simple demo page is located in ~/build/index.html. To show demo in your browser run:

$ npm run start:dev

Then visit the page http://localhost:3000.

Integration

Please see the Integration Guide.

Keywords

FAQs

Package last updated on 25 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc