Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.09 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.09 KB

Modular UI

Modular UI elements, made with JS + CSS + Webpack. Lightweight and easy to use.

Create UI layouts by specifying UI elements, row by row, within a div.

View the example webpage.

See the wiki for more details.

Getting Started

You will need node.js installed and, optionally, php (used for local server - you can use an alternative, or just run index.html directly).

  • clone the repo.
$ cd Modular_UI  
$ npm init -y  
$ npm install webpack --save-dev  
$ npm install webpack-cli --save-dev  
$ npx webpack --watch
  • open another terminal:
$ cd Modular_UI/dist
$ php -S 127.0.0.1:8080
  • view the example UI running locally @ 127.0.0.1:8080
  • edit the appropriate files to your taste (see wiki for details)

License

Licensed under either of these: