Skip to content

shu-yusa/my-angularjs-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-angularjs-seed

Seed project for AngularJS + Babel + webpack.

Prerequisites

Node.js v4.x.x and npm v3.x.x are required.

Install npm packages

Install the npm packages described in package.json.

npm install

Verify it works.

npm start

This command compiles the application, and runs it on the lite-server.
The command also watchs the file changes.

You can stop the command by Ctrl-C.

npm commands

The following npm commands are available.

  • npm start - runs the compiler and the local server simultaniously, and watch the changes.
  • npm run pack:m - compiles and minifies the scripts.

Releases

No releases published

Packages

No packages published