Skip to content

webmatze/angular-jspm-mobx-starter-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple AngularJS 1.5, Material, JSPM, and MobX Starter Project

This is just a simple test to see how things work together.

Todo App Screenshot

Some key features:

  • utilizing the new component syntax of AngularJS
  • using JSPM to manage JavaScript dependencies
  • using NPM to build and run the application
  • testing out MobX observable functionality to save some watchers

Missing things

  • save todo items using local storage
  • use the new AngularJS component router
  • show page with archived todo items
  • more ...

How to run the code

npm install
jspm install
npm run serve

Contributing

  • Feel free to send pull requests

About

simple starter project using angular 1.5, angular-material, mobx, and jspm

Resources

License

Stars

Watchers

Forks

Packages

No packages published