Saucisson is an Electron & React based media center interface using mpv as media player
git clone [email protected]:yadomi/Saucisson.git && cd Saucisson
npm install
Webpack is used to build ES6 sources, also we're using HRM for fast React development. Run the hot server first:
npm run start-hot-server
then, the electron app
npm run start-hot-rendered