Skip to content

devjvao/croct-frontend-developer-challenge

Repository files navigation

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