Getting started with @most/core
npm i --save @most/core @most/scheduler
Flow and Typescript users should also install the top-level types:
npm i --save @most/types
See the :doc:`upgrading-guide`.
- @most/core Examples repo
- TodoMVC with
@most/core
and React