Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

Create desktop applications using PhotonCSS & Electron

Notifications You must be signed in to change notification settings

PhotonCSS/photon-electron-app

Repository files navigation

Create desktop applications using PhotonCSS & Electron

All you really need to do is

# Install node modules
$ npm install

# Update PhotonCSS to the latest version
$ npm update photoncss

Add custom themes to src/index.less after Photon is imported,

All your pages (views) are in src/views Look at the examples to break them down.

Resolving Static assets:

This is a bit diffrent, you have retrieve them from the static folder, Example: if you have src/static/image1.png, you would resolve that as

<img src={app.static("image1.png")} />

Run app in development mode

$ npm run dev

Compile application & installers

$ npm run compile

Binary builds are in bin/. Build current supports Windows 32, 64 bit & Linux 32, 64 bit

About

Create desktop applications using PhotonCSS & Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published