This project use NodeJS it's builded by Webpack for the front part. Using ES6, watched by Eslint and tested with Mocha, Chai and ZombieJS. The Backend provide an ExpressJS API.
Requirements : NodeJS >= 6.9.1 and NPM >= 4.1.1
Download to your project directory
npm installRun Commande line Interface with
node run cliWeb Front End Interface (VanillaJS/ES6 with BABEL builded by Webpack) use a NodeJS/ExpressJS API to acces on XspeedIt service.
npm startRunning on http://localhost:7777 (this port must be free)
Run all with
npm run testFeel free to read package.json for more informations. You can find desktop app and Chrome extension of this Project on demo page of XspeedIt, have fun.