#CK5 ####A desktop mp3 player built with Electron, React/Redux, Electron React Boilerplate and the Electron-Audio-Conversion Node module (in addition to others).
##About Electron-React-Boilerplate Electron application boilerplate based on React, Redux, React Router, Webpack, React Transform HMR for rapid application development
First, clone the repo via git:
git clone https://github.com/MilkMan90/ck5.git
And then install dependencies.
$ cd your-project-name && npm install
Run these two commands simultaneously in different console tabs.
$ npm run hot-server
$ npm run start-hot
or run two servers with one command
$ npm run dev
MIT