Skip to content

vamsisashank/ng-seed

 
 

Repository files navigation

ng-seed

egen.io

Table of Contents

  1. Prerequisites
  2. Installation
  3. Run

Prerequisites

1. Install Node.js. You should have the latest node and npm versions or you will get an npm error. >= npm 2.14.7, node 4.2.1

2. Install these NPM packages globally

npm install -g bower gulp

Installation

Run following commands in a terminal, install all the latest packages if asked for different versions.

npm install

Run

  • gulp or gulp build to build an optimized version of ui-xp in ./dist and API_END_POINT to local url
  • gulp build:test to build an optimized version of ui-xp in ./dist and API_END_POINT to test url
  • gulp build:prod to build an optimized version of ui-xp in ./dist and API_END_POINT to prod url
  • gulp serve to launch a browser sync server on your source files
  • gulp serve:dist to launch a server on your optimized application
  • gulp test to launch your unit tests with Karma

Features:

  1. Uses configurable and modular gulp build system.
  2. Uses Font-Awesome and bootstrap glyphicons.
  3. Configurable API_END_POINT that can be switched among local, test, and prod environments.

About

Angular 1.x seed project with gulp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.9%
  • CSS 15.9%
  • HTML 10.2%