Coder Social home page Coder Social logo

pmam-deliverables's Introduction

pmam-deliverables

This is the primary repository for PM-Ammo's budget and finance tools created and maintained by ESED.

Install the required tools

Install NodeJS: Node provides the framework for all other project components.

Install Git: Open source version control system.

Open terminal and install Gulp:

npm install --global gulp

Next install Bower, our package manager:

npm install -g bower

Cloning the Repository

Navigate to the local folder on your computer where OneApp will reside and clone the repo using PowerShell:

git clone https://github.com/scatcher/pmam-deliverables.git

Installing Dependencies

Install the required node modules

npm install

Install project dependencies (gets everything identified in bower.json)

bower install

Post-Setup

To see your code in the browser using gulp

gulp serve

Prepare code for SharePoint

Gulp will concat and minify our code. The output of this process is put into the /dist folder.

gulp build

Update our dependencies

We can either update all dependencies

bower update

or update a specific dependency

bower update PackageName

Run unit tests

Run a single unit test

gulp test

or run continuous tests whenever a file is changed

gulp autotest

or to debug a test

gulp debugtest

Code Style

John Papa's Angular JS Guide guide should be referenced for all style and structure guidance.

Working Offline

All cached XML requests should be stored in "./xml-cache/", named to match the list. So as an example offline data for a list named Projects would be "./xml-cache/Projects.xml".

pmam-deliverables's People

Contributors

scatcher avatar seancahall2 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.