Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 408 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 408 Bytes

HoloReact - AsciiDog

Using react UI for ascii-dog holo App.

  1. Clone the repository on your local machine
git clone https://github.com/HoloDen/holoreact.git
  1. Install necessary node modules required for the react UI
npm install
  1. Start ascii-dog holo backend app on localhost port 4141.

  2. Run the react server

npm start