0.0.2 • Published 1 year ago

@youwol/todo-app-ts v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@youwol/todo-app-ts

todo app in typescript using flux-view

This library is part of the hybrid cloud/local ecosystem YouWol.

Links

Running app.

Online user-guide

Developers documentation

Package on npm

Source on GitHub

Installation, Build, Test

To install the required dependencies:

yarn

To build for development:

yarn build:dev

To build for production:

yarn build:prod

To run tests:

yarn test

Coverage can be evaluated using:

yarn test-coverage

To start the 'dev-server':

The application can be accessed here (providing py-youwol running using the default port 2000).


To generate code's documentation:

yarn doc