Skip to content

jdivock/angular-seed

 
 

Repository files navigation

angular-seed — forked for webpack

This fork is specifically to show an example of using the angular-webpack-plugin. The code is unchanged.

See the original for more information on the project itself.

Getting Started

To get you started you can simply clone the angular-seed repository and install the dependencies:

Prerequisites

You need git to clone the angular-seed repository. You can get it from http://git-scm.com/.

We also use a number of node.js tools to initialize and test angular-seed. You must have node.js and its package manager (npm) installed. You can get them from http://nodejs.org/.

Clone angular-seed

Clone the angular-seed repository using [git][git]:

git clone https://github.com/stackfull/angular-seed.git
cd angular-seed

Install Dependencies

npm install

Run the Application

npm start

Now browse to the app at http://localhost:8000/app/index-webpack.html.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.7%
  • CSS 5.3%