Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 664 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 664 Bytes

Elmer React

Elmer React is a user interface for elmer built with React and Redux.

Screenshot

Elmer React Screenshot

Installation Guide

Clone this repository:

$ git clone https://github.com/thetruefuss/elmer-react.git

Install dependencies:

$ cd elmer-react
$ npm install

Run the development server:

$ npm run start

Verify the deployment by navigating to http://localhost:3000 in your preferred browser.