/multimage-app

Mutliple Images uploader for AngularJS app

Primary LanguageJavaScript

Multimage Web Application

Prerequisites

  • Install Node.js and NPM
  • Install Gulp.
$ npm install -g gulp

Installation

  • Clone this repository.
  • From the repository root. Run command
$ npm install

Run

  • Run command from the root directory.
$ gulp serve
  • Everytime, a change occurs in the JavaScript file. You must run the command.
$ gulp clean

Build

  • Run command from the root directory.
$ gulp build