Skip to content

An Angular 1.6 webpack seed project using ES6 modules and Redux.

Notifications You must be signed in to change notification settings

jdherder/angular-webpack-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Up and Running

  • Local Node/NPM installation, known to work with v6
  • Ensure all dependencies are installed:
    • 'npm install'
  • Run app:
    • 'npm run start'
    • App will launch on localhost:8080

Testing

  • Unit tests with Karma / Jasmine
    • 'npm run test'
    • Finds tests via [name].spec.js file naming convention.

Build

  • To build and output files
    • 'npm run build'
      • Find files in /dist

About

An Angular 1.6 webpack seed project using ES6 modules and Redux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published