https://github.com/ashishtiwari1993/angularjs2_setup
Angular js 2 setup
https://github.com/ashishtiwari1993/angularjs2_setup
angualrjs2-setup angularjs2
Last synced: 8 months ago
JSON representation
Angular js 2 setup
- Host: GitHub
- URL: https://github.com/ashishtiwari1993/angularjs2_setup
- Owner: ashishtiwari1993
- Created: 2016-07-01T09:40:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-01T10:37:14.000Z (over 9 years ago)
- Last Synced: 2025-06-02T20:12:58.641Z (8 months ago)
- Topics: angualrjs2-setup, angularjs2
- Language: JavaScript
- Homepage:
- Size: 16.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Steps to setup angularjs2:
step1: Download zip file OR clone repository by typing : git clone https://github.com/ashishtiwari1993/angularjs2_setup.git
step2: Install nodejs and npm. Make sure you have nodejs 5.x version and npm 3.x version.
step3: If you dont have nodejs and npm install, Use below command to install it:
for nodejs :-
curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
sudo apt-get install -y nodejs
for npm :-
curl -L https://www.npmjs.com/install.sh | sh
npm install -g npm
step4: goto cd */angularjs2_setup
type: npm start