Skip to content
This repository has been archived by the owner on Mar 12, 2018. It is now read-only.

GDGGranada/devfest2017

Repository files navigation

preview-web

GDG DevFest Granada

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.

Run the web

Run using Docker

Build the docker image:

docker build -t hoverboard .

Run on your computer

Install dependencies

npm install
Start the development server

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

Build

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

License

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 :)