| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Angular 2.0 Sample App using Typescript as a ECMAScript 6 standard and invoking webpack as a module bundler. Gulp is included in the stack to wrap Webpack and any other required task automation processes.
What is needed to run this app:
Install the following node modules
After installation run npm run server to start a local server using webpack-dev-server which will watch, build (in-memory), and reload for you. The port will be displayed to you as http://localhost:3000 (or if you prefer IPv6, if you're using express server, then it's http://[::1]:3000/).
$ webpack-dev-server$ webpack$ webpack --watch$ gulp serve$ karma start$ webdriver-manager start
then
$ npm run e2ereference: https://angular.io/docs/js/latest/api/
| Back | FazBrowse Home | New Git URL |