_____ _____ _______
/ ___/_____________ ___ ____ / ___/____ __ _____ _____ / / ___/
\__ \/ ___/ ___/ _ \/ _ \/ __ \ \__ \/ __ `/ | / / _ \/ ___/ __ / /\__ \
___/ / /__/ / / __/ __/ / / / ___/ / /_/ /| |/ / __/ / / /_/ /___/ /
/____/\___/_/ \___/\___/_/ /_/ /____/\__,_/ |___/\___/_/ \____//____/
npm
Webpack 2
Node version recommended :
Node : v7.4.0
npm : 4.0.5
Dev are in the Sources/src
repository
The Sources/build
folder can be entirely rebuild from the src folder, so DO NOT place any needed assets in the build folder ! ONLY in the Sources/src
directory, they will be copied in the build during export.
Installation of Webpack : npm i -g webpack webpack-dev-server@2
- Clone the project &
cd path/to/the/clonned/repository
- Run
sh install.sh
- Run
sh run.sh
- Go to
localhost:3000
on your browser.
NOTE : The dev port is configurable in the package.json
Run sh build.sh
Simply install OSX/Web.saver
Simply run Windows/screensaver.scr
Screen Saver JS is made with :
- Websaver form tlrobinson : https://github.com/tlrobinson/WebSaver
- Runscreensaver from sinky : https://github.com/sinky/runscreensaver
- My own Boilerplate : https://github.com/mairod/Creative-Boilerplate
Hugde thanks for tlrobinson and sinky for their work