Git Product home page Git Product logo

devfest2017's Introduction

Devfest Nantes 2017 Website

Codeship Status

https://devfest2017-d7133.firebaseapp.com/

Based on Hoverboard Project Template is brought by Oleh Zasadnyy from GDG Lviv.

Setup

๐Ÿ“– Full documentation.

Prerequisites

Install polymer-cli:

npm i -g polymer-cli

and Bower:

npm i -g bower
Install dependencies
bower install
Start the development server

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

polymer serve

๐Ÿ“– Read more in setup docs.

Docker based development env

If you don't want to bother with the dependencies, you can develop in the docker container.

Build:

docker build -t hoverboard .

and run:

docker run -it -v "$PWD":/app -p 8080:8080 hoverboard

๐Ÿ“– Read more in docker docs.

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/unbundled folder, and are suitable for serving from a HTTP/2+Push compatible server.

In addition the command also creates a fallback build/bundled folder, generated using fragment bundling, suitable for serving from non H2/push-compatible servers or to clients that do not support H2/Push.

polymer build

Or you can build in Docker container:

docker run -v "$PWD":/app hoverboard polymer build

๐Ÿ“– Read more in deploy docs.

devfest2017's People

Contributors

ozasadnyy avatar xavmarc avatar zasadnyy avatar jlandure avatar pguyard avatar jefbinomed avatar sophieh29 avatar bpetetot avatar tasomaniac avatar friedger avatar oldmetalmind avatar dbs avatar mtthsfrdrch avatar alpccelik avatar guenodz avatar ddway2 avatar pyaillet avatar webknjaz avatar htchien avatar gitter-badger avatar tnga avatar vinlim avatar tivvit avatar pamuditha avatar valmirphp avatar oscarcpozas avatar splaktar avatar muffycompo avatar mpoehler avatar iamkaan avatar

Watchers

James Cloos avatar Wassim Chegham avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.