/xwalk-todo

Primary LanguageHTMLMIT LicenseMIT

This is a simple windows desktop TODO application

Environment

Setup Python

Download Python, unzip and put the folder on the PATH.

npm install

How to run

Download newest CrossWalk, unzip and put the folder on your PATH.

python -m http.server 8000;
xwalk http://localhost:8000

To enable debugging remotely:

xwalk http://localhost:8000 --remote-debugging-port=9222

Then navigate to the the url http://localhost:9222 in Chrome.

Technology stack

For running the application:

  • CrossWalk
  • Python

For development:

  • Typescript
  • RequireJS
  • AngularJS
  • Bootstrap
  • Karma