/todomvc-electron

TodoMVC app-spec implementation using electron in TypeScript

Primary LanguageTypeScript

todomvc-electron

Implementation of TodoMVC application spec using electron in TypeScript.

UI is implemented using React in TypeScript.

Running

$ npm run start

Tests

$ npm run test

Feature tests

$ npm run test-features

Unit tests

$ npm run test-unit

TODO

Application is a work in progress. Please refer to TODO.md for details on the changes in progress.