https://github.com/scottaddie/webpack-angular-es2015
Angular 1.5 app using ES 2015 and Webpack
https://github.com/scottaddie/webpack-angular-es2015
Last synced: about 1 month ago
JSON representation
Angular 1.5 app using ES 2015 and Webpack
- Host: GitHub
- URL: https://github.com/scottaddie/webpack-angular-es2015
- Owner: scottaddie
- Created: 2015-06-23T01:35:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-12T01:48:12.000Z (over 8 years ago)
- Last Synced: 2025-03-30T23:12:47.536Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 413 KB
- Stars: 11
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-angular-es2015
Angular 1.5 app using ES 2015 and WebpackAn accompanying blog post can be found at: http://scottaddie.com/2015/06/29/webpackin-your-es-2015-angular-1-x-spa/
##Project Setup
1. Install the Webpack CLI and the Typings definitions manager at the system level as follows:
`npm i -g webpack typings`
2. Install the local project's npm packages and type definitions for Node.js as follows:
`npm i`
3. Build the project according to your desired mode as follows:
* Development Mode = `npm run dev-build`
* Production Mode = `npm run dist-build`
4. Open index.html in your browser of choice