Skip to content

This is a code repository for AngularJS projects used for my learnings

Notifications You must be signed in to change notification settings

Badarinatha/AngularJSCode

Repository files navigation

This is a code repository for AngularJS projects used for my learnings

I am using this repository to store my code which I am writing as part of learning AngularJS

The starter files set up for use in VSCode, WebStorm, or other editors.

  1. Open a command prompt in the project's root directory

  2. Type: npm install This installs the dependencies as defined in the package.json file.

  3. Type: npm start This launches the TypeScript compiler (tsc) to compile the application and wait for changes. It also starts the lite-server and launches the browser to run the application.

    NOTE: The installation was tested using node v6.5.0 and npm 3.10.6.

About

This is a code repository for AngularJS projects used for my learnings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published