项目作者: GDGGranada

项目描述 :
GDG DevfFest Granada 2017
高级语言: HTML
项目地址: git://github.com/GDGGranada/devfest2017.git
创建时间: 2017-10-07T16:44:07Z
项目社区:https://github.com/GDGGranada/devfest2017

开源协议:Other

下载


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:

  1. docker build -t hoverboard .

Run on your computer

Install dependencies

  1. npm install
Start the development server

This command serves the app at http://localhost:3000 and provides basic URL
routing for the app:

  1. npm run serve

Or you can serve Docker container:

  1. 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.

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