-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Simon Tharby edited this page Sep 28, 2020
·
3 revisions
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 this wiki for details)