-
Notifications
You must be signed in to change notification settings - Fork 0
Quick start
William Husar edited this page Feb 6, 2023
·
3 revisions
- Node.js
- Visual Studio Code (or any IDE)
- Git
Get the latest NPM version.
- npm
npm install npm@latest -g
Next:
- Clone the repository
git clone https://github.com/microgui/MicroGUI.git
- Change directory to MicroGUI
cd saved_location/MicroGUI - Install NPM packages
npm install
- Run the app (develop mode)
npm start
Now you can make changes to the code, and it can be viewed directly in the browser!