Skip to content

juliendelage/Orange-Boosted-Angular

 
 

Repository files navigation

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

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/

Copyright and license

Code and documentation copyright 2017 Orange SA. Code released under the MIT license. Docs released under Creative Commons Attribution.

About

All the custom Orange components of Boosted 4, working with Angular 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.7%
  • TypeScript 42.3%