This is the website for the GDG DevFest Granada 2017
It is a fork from hoverboard. You can read this repository to learn more about this app.
Build the docker image:
docker build -t hoverboard .
npm install
This command serves the app at http://localhost:3000 and provides basic URL
routing for the app:
npm run serve
Or you can serve Docker container:
docker run -v "$PWD":/app hoverboard
This command performs HTML, CSS, and JS minification on the application
dependencies, and generates a service-worker.js file with code to pre-cache the
dependencies based on the entrypoint and fragments specified in polymer.json.
The minified files are output to the build.
npm run build
Project is published under the MIT license.
Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)
