Skip to content

robbylucia/js-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSGUI

JSGUI is a work-in-progress library for coders who want to display information without needing to write HTML or CSS.

Install

$ npm install

Start example page (with live reloading)

$ npm start

Build (/src into /dist)

$ npm run build

Common Development Workflow

  • npm start
  • edit code in src/index.js
  • wait for live reload
  • npm run build
  • commit to git

Usage Docs

TODO: create usage docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published