Only three steps to start angularjs 2. Please find below:
- Install node JS and npm
Download and install from below location. Latest version of node JS will have the npm.
https://nodejs.org/en/download/ - Install typescript.
Use below comment to install the typescript.
npm install -g typescript - To the Install angularjs Libraries and Dependencies, please follow the below steps.
– Download the project folder from here.
– Copy into your computer.
– Change the comment to above folder location like below.
cd F:\angular\dev\angular-2-beta-boilerplate
Then run “npm install” comment.( After few moment. )
Start npm through “npm start” comment.
Start work with angularjs 2.