Skip to content

Latest commit

 

History

History
executable file
·
27 lines (22 loc) · 653 Bytes

File metadata and controls

executable file
·
27 lines (22 loc) · 653 Bytes

Angular + Webpack from LoftBlog

Webpack plus AngularJS

Description

This is an example of using webpack with an Angular project.

A full description and example of work you can see in the video lessons.

Angular + Webpack

Install

$ git clone https://github.com/Severenit/angular-webpack.git && cd angular-webpack
$ npm install
$ npm start

Tech

You can always get source code for lessons. You should open the terminal and enter next command:

$ git checkout -f step-[number-lessons]

The list of lessons:

'Angular + Webpack: Введение': $ git checkout -f step-1