/jbtoc

Primary LanguageTypeScript

JetBrains Test Assignment

Table of Contents component

  1. Clone project

    # SSH
    git clone git@github.com:rmuratov/jbtoc.git
    
    # HTTPS
    git clone https://github.com/rmuratov/jbtoc.git
  2. Install dependencies

    cd jbtoc
    npm ci
  3. Run project

    npm start

    This command simultaneously runs server (localhost:3001) and client (localhost:3000)

  4. Go to http://localhost:3000

  5. Optionally run tests

    npm test