Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 805 Bytes

README.md

File metadata and controls

56 lines (42 loc) · 805 Bytes

Angular Sample - Youstart

Basic useful feature list:

  • Provides basic components to start an Angular Application
  • Uses State-Routing (ui-router)
  • User Gulp with EsLint for Linting

Enter gulp command in terminal to start linting

 gulp

Packages available :

 "dependencies": {
    "angular": "^1.6.0",
    "lodash": "^4.17.2",
    "angular-ui-router": "1.0.0-beta.3"
  }

Installation Steps

  • git clone repo
git clone https://github.com/abhishekrathore/Angular-Sample
  • Install the gulp dependencies
npm install
  • Install bower dependencies
bower install
  • Delete the .git folder
rm -r .git
  • Initialize the new git
git init
  • Setup the new git remotes accordingly
git remote add origin <new remote>