Skip to content

valdestron/pinSports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pin Sports


Frontend

Installation

  • Node.js. Node.js comes with a package manager called npm for installing NodeJS applications and libraries.

  • Copy app/gulpfile.local.sample.js to app/gulpfile.local.js. In app/gulpfile.local.js file change /webroot/ to your own webroot e.g. /selfcare.ortelmobile.be/.

  • Install local dependencies (the dependencies declared in the package.json file):

    cd app
    
    npm install
    

Building

  • Production (minified):

    npm run build
    
  • Development (not minified):

    npm run build-dev
    

Some of the common issues

  • If 'npm install' command throws "Error ENOENT, stat ``", you need to manually add empty folder "c:\Users{username}\AppData\Roaming\npm"

  • If 'npm install' fails due to error 'ENOGIT git is not installed or not in the PATH' check this link http://stackoverflow.com/questions/20666989/bower-enogit-git-is-not-installed-or-not-in-the-path

  • If during the 'npm install' process question of which AngularJS version should be used in the project is thrown. Your answer should be [1] AngularJS #1.2.16

About

Pin sports and health care

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published