Skip to content

anjalisankar/angular5-httpcall

 
 

Repository files navigation

Angular 5 HTTP Client Demo App

  • src/app/ - this folder contains the Angular app
  • config/ - this folder contains webpack-related scripts

Running the app

To run this application, you need NodeJS and NPM installed on your system. Then, run the following commands from your command prompt:

npm install
npm start

This will transpile the TypeScript files, bundle everything using Webpack, and start the Node server. The app will be available at http://localhost:3000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 50.6%
  • JavaScript 43.2%
  • HTML 5.7%
  • CSS 0.5%