haensl / react-component-console-test

Testing environment for react-component-console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-component-console-test

Testing environment for react-component-console.

Quick Start

  1. Clone react-component-console.

  2. Clone this repo.

  3. Make sure react-component-console and react-component-console-test siblings on the file system level.

  4. Install dependencies (in both projects)

    4.1 first for react-component-console

    npm i or yarn install

    4.2 then for react-component-console-test (it goes second because it depends on react-component-console)

    npm i or yarn install

  5. Start the test environment (in react-component-console-test)

    npm start

  6. Have fun developing!

About

Testing environment for react-component-console

License:MIT License


Languages

Language:JavaScript 77.8%Language:HTML 14.5%Language:CSS 7.6%