Skip to content

Quick start

William Husar edited this page Feb 6, 2023 · 3 revisions

Tools

  • Node.js
  • Visual Studio Code (or any IDE)
  • Git

Installation

Get the latest NPM version.

  • npm
    npm install npm@latest -g

Next:

  1. Clone the repository
    git clone https://github.com/microgui/MicroGUI.git
  2. Change directory to MicroGUI
    cd saved_location/MicroGUI
  3. Install NPM packages
    npm install
  4. Run the app (develop mode)
    npm start

Now you can make changes to the code, and it can be viewed directly in the browser!

Clone this wiki locally