Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 727 Bytes

File metadata and controls

57 lines (43 loc) · 727 Bytes

Croct Frontend Developer Challenge

Language Build

Requirements

$ node -v
v14.17.4
$ yarn -v
v1.22.17

Usage

Run the Project

  1. Install the dependencies:

    $ yarn install
    
  2. Start the project:

    $ yarn start
    

Preview with Storybook

$ yarn storybook

Format with Prettier

$ yarn format

Lint and Tests

  1. Lint (no warnings allowed by default):

    $ yarn lint
    
  2. Run all tests:

    $ yarn test