Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 813 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 813 Bytes

Getting Started with Muto LiveUI Dashboard

Get it running

This project was bootstrapped with Create React App.

  • Clone the repository:
    • git clone <repo_address>.
  • Install dependencies (from the root folder where package.json is located):
    • npm install or npm i (identical)
  • Start the development server:
  • See other available scripts (i.e. test) below.

Available Scripts

  • See scripts in package.json
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  }