/dm-angular4-seed

Seed project for Angular4+jQ+Bootstrap

Primary LanguageTypeScriptMIT LicenseMIT

dm-angular4-seed

A simple starter project forked from the Angular2 starter project updated to Angular4 and inclusive of some commonly used libraries:

  • Bootstrap 3
  • jQuery
  • Toastr

Usage

  • Clone or fork this repository
  • Make sure you have node.js installed version 5+ (6.10 is the testing environment)
  • Make sure you have NPM installed version 3+
  • WINDOWS ONLY run npm install -g webpack webpack-dev-server typescript to install global dependencies
  • run npm install to install dependencies
  • run npm start to fire up dev server
  • open browser to http://localhost:8080
  • if you want to use other port, open package.json file, then change port in --port 8080 script
  • the project binds 0.0.0.0 by default to enable remote development