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

ng-boosted

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-boosted

Orange Boosted with Angular

  • 4.1.4-beta.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
716
decreased by-23.83%
Maintainers
1
Weekly downloads
 
Created
Source

Building and Running Ng-Boosted

This document describes how to set up your development environment to build and test Ng-Boosted. It also explains the basic mechanics of using git, node, and npm.

  • Prerequisite Software
  • Getting the Sources
  • Installing NPM Modules
  • Running demo Locally
  • Copyright and license

Prerequisite Software

Before you can build and test Ng-Boosted, you must install and configure the following products on your development machine:

  • Node.js, (version >=4.2.1) which is used to run tests, and generate distributable files. We also use Node's Package Manager, npm (version >3.8.x), which comes with Node. Depending on your system, you can install Node either from source or as a pre-packaged bundle.

Getting the Sources

Clone this repository

Installing NPM Modules

Next, install the JavaScript modules needed to build Ng-Boosted:

# Install Ng-Boosted project dependencies (package.json)
npm install

Running demo locally

npm start

and go to http://localhost:3030/

Thanks to Netlify, we are able to deploy pre-versions at Ng-Boosted. Code and documentation copyright 2018 Orange SA. Code released under the MIT license. Docs released under Creative Commons Attribution.

Keywords

FAQs

Package last updated on 14 Jun 2019

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