Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 760 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 760 Bytes

Example React Lottie-Animation


Gif

Install

$ git clone https://github.com/ORG/PROJECT.git
$ cd PROJECT
$ npm install
     or
$yarn install

Start & watch

$ npm start 
    or
$ yarn start

Languages & tools

  • Eslint is used to prevent JavaScript error.
  • Prettier is an opinionated code formatter.
  • ReactJS is used for UI.
  • TypeScript TypeScript extends JavaScript by adding types.