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"
}
- 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>