lazysergey


Serhii Okhotnik

  • React/Typescript wrapper for awesome Airbnb's [lottie-web](https://github.com/airbnb/lottie-web) lib.

    published 0.0.11 4 years ago
  • 1. `npm init` -- will init package.json 2. npm pack /??? 3. `npm install typescript -g` -- global installation for TS 4. `npm i -D react @types/react typescript` -- add dev dependency for TS and React 5. `tsc --init` -- init tsconfig.json 6. `tsc -p .` --

    published 1.0.17 4 years ago