An application for generating tween between multiple colors which is developed by webpack4 + React.js + Electron.js.
Make sure node.js v8.x is installed.
node -v //v8.8.0,Then install node_modules.
npm install npm run dev npm run build npm run pack // default export apps (.exe for windows) (.app for mac)
npm run createYou 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
