Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 654 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 654 Bytes

lucee-electron

An example of how to run Lucee (CFML) inside of Electron.

Installation

To install, you first need to install electron if you haven't already. This method could also be used for any Node.JS app.

Install electron

npm install electron --save-dev

Next, clone this repo somewhere.

git clone https://github.com/fyroc/lucee-electron.git

cd lucee-electron

Install NPM Modules

npm install

Run electron

npm start

Using Lucee