Skip to content

JustinWinthers/angular-webpack-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular WebPack Starter

Seed project to start ES6, Angular 1.4, ngNewRouter, and Webpack, WebPack Dev Server, & NodeJS

You can view the live example here: View Live Example

How can I install it?

  1. Get the library:

Download from Github

    git clone https://github.com/JustinWinthers/angular-webpack-starter.git

2.) Install WebPack globally so you can run the WebPack Dev Server commands

You'll want to install webpack globally on your system

npm install -i -g webpack

3.) install all of the node dependencies

From the command line type:

npm install

4.) start the webpack dev server

Run the server from the command line by typing:

npm start

5.) Navigate to http://localhost:8080/#/

For deployments

Type webpack on the command line to build the bundle.js as the WebPack Dev Server deploys only an in memory copy of bundle.js that satisfies get requests when running the server.

Authors

Justin Winthers

License

Copyright 2014 Digital Advisors, LLC

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

About

Seed project to start ES6, Angular 1.4, ngNewRouter, and Webpack, WebPack Dev Server, & NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published