Quick Start
Get Gluon up and running with our examples.
This guide is intended for those already familiar with NodeJS and webdev.
Requirements
- Git
- Node.js — 16.x or newer
- A Chromium or Firefox based browser installed (Chrome, Firefox, Edge, etc)
Clone the Gluon examples repo
git clone https://github.com/gluon-framework/examples.git
cd examples
Try out Gluworld (a Hello World app)
cd gluworld
npm install
node .