This is a simple windows desktop TODO application
Environment
- Windows host setup
- Python
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