Skip to content

josephbe25/angular2-starter

 
 

Repository files navigation

angular2-starter

This is just a simple repository to show how to get started with angular2 + expressjs using gulp + webpack

The angular2 client side application is built using TypeScript

Install

Run the following to install packages and package the bundled files

  > npm install
  > npm run start

Change IP or PORT of express application

You can pass an IP or PORT optionally to the command line. By default it is running off port 3009

  > PORT=3001 npm run start

Development

To run the bundler in watch mode, run the following command

  > npm run pack

This places the webpack in watch mode

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.7%
  • TypeScript 19.8%
  • HTML 11.5%