Skip to content

fe-tmpl/simple-angularjs-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple AngularJS + Webpack Demo

Description

Step 3: AngularJS + Webpack Demo

From Step 1 and Step 2
You have study about how does angularjs hello-world works (might you have learnt before)
And you have see webpack hello world and notice commonjs syntax(the require way node.js using) Now we have to combine Step 1 & 2 together!

Related File Change

Usage

Install Dependencies

npm i

Run and Test in your browser

npm start

Then test in your browser http://127.0.0.1:4000

You should see the same result like Step 1.

But we are using webpack + commonjs syntax way.

Releases

No releases published

Packages

No packages published