Template is brought by GDG Lviv team.
Do you ❤️ it? Show your support - please, ⭐ the project.
If you don't want to bother with the dependencies, you can develop in the docker container.
Build the docker image :
docker build -t hoverboard .
and execute the commands associated to the docker env in the following documentation
📖 Read more in docker docs.
👉 Fork this repository and clone it locally.
npm install
Or you can install with Docker container:
docker run -v "$PWD":/app 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
📖 Read more in setup docs.
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
Or you can build in Docker container:
docker run -v "$PWD":/app hoverboard npm run build
📖 Read more in deploy docs.
See list of contributors.
Maintainer: Oleh Zasadnyy and Sophie Huts.
######The GDG App, GDG[x] are not endorsed and/or supported by Google, the corporation.
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 :)