Skip to content

acheriya/helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here is the basic command to load the initial files.

  1. Open command prompt on your machine

  2. Navigate to root folder (helloworld)

  3. Execute the following command npm install //This command will install all the dependencies defined in the package.json file. You can see all the files under node_modules folder and typings folder.

  4. Finally run the project by executing the following command. npm start //This command will start the TypeScript compiler (tsc) and compile the type script in js format. For example app.components.ts will be compile to app.component.js

Releases

No releases published

Packages

No packages published