Skip to content

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

License

Notifications You must be signed in to change notification settings

sgml/lucee-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published