Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Files

Latest commit

5c1cbcf · Aug 20, 2016

History

History
This branch is 28 commits ahead of snowak-cb/react-console:master.

example

Example react-console project

Example React console emulator.

Used in the live demo.

Usage

Build project:

npm install

Start dev server:

npm start

Test project:

npm test

Clean generated files:

npm run clean

Clean generated files and dependencies:

npm run clean:deep