Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 571 Bytes

getting-started.rst

File metadata and controls

28 lines (17 loc) · 571 Bytes

Getting Started

Getting started with @most/core

Install

npm i --save @most/core @most/scheduler

Flow and Typescript users should also install the top-level types:

npm i --save @most/types

Upgrading to @most/core from most

See the :doc:`upgrading-guide`.

Examples

  1. @most/core Examples repo
  2. TodoMVC with @most/core and React