Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 1.12 KB

File metadata and controls

66 lines (48 loc) · 1.12 KB

Hextor

image


An application for generating tween between multiple colors which is developed by webpack4 + React.js + Electron.js.


Demo

image

View on Codepen


Install

Make sure node.js v8.x is installed.

 node -v //v8.8.0,

Then install node_modules.

  npm install

Usage


Web development
  npm run dev
Web build
  npm run build
App development test
  npm run pack
App export
  // default export apps (.exe for windows) (.app for mac)
  npm run create

You can also export apps for which platform you want.

  npm run create-w // export for windows
  npm run create-m // export for mac
  npm run create-l // export linux