Skip to content

aurel1211/angular2-redux-example

 
 

Repository files navigation

Angular 2/TypeScript/Redux/Webpack Starter

This is the initial version of our starter project using Angular 2.x, Redux, TypeScript and Webpack to tie it all together.

npm scripts

To see all available scripts:

$ npm run

Dev

$ npm run dev

This runs a development mode server with live reload etc.

Open http://localhost:8080 in your browser.

Production

$ npm install
$ npm start

This runs a production-ready express server that serves up a bundled and minified version of the client.

Open http://localhost:8080 in your browser.

Example Application

This is a basic application showing a counter, a simple todo list, and session management using Angular 2 + Redux + ng2-redux. You can login to the application with:

username: user password: pass

This is a sample application to accompany a blog-post on rangle.io, and is a more complete version of the aplication demonstrated in the post.

License

Copyright (c) 2016 rangle.io

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.8%
  • JavaScript 17.3%
  • RobotFramework 7.5%
  • HTML 5.2%
  • CSS 2.2%