Everlag / preordain-client

The full client that sits at https://preorda.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

preorda.in Client

Install dependencies

Quick-start

With Node.js installed, run the following one liner from the root of the client:

npm install -g gulp bower && npm install && bower install

Development workflow

Serve / watch

gulp serve

This outputs an IP address you can use to locally test and another that can be used on devices connected to your network. This runs over https so you will get a certificate error, that's normal.

Babel will fail to work correctly so you have to refresh manually every time js is changed. It's a hassle, I need to sink more time into fixing it.

gulp serve:dist

Build and optimize the client as it would be for a full production run; serve the result as gulp serve does. No files are watched due to the low speed of this pipeline.

Build & Vulcanize

gulp

Build and optimize the current project, ready for deployment. This includes linting as well as vulcanization, image, script, stylesheet and HTML optimization and minification.

Backend targeting

The backend is designed to match the api and data directories provided by beta.perfectlag.me. In theory, retargeting to a new backend that exposes a similar api would be doable.

Dependency Management

preorda.in uses Bower for package management. Life is a lot easier when you can have sane dependencies.

Attribution

Polymer Starter Kit is the base for this project. It provides sane defaults and examples of polymer. Yes, this readme is the hollowed out remains of the Starter Kit readme.

About

The full client that sits at https://preorda.in

License:Other


Languages

Language:JavaScript 72.5%Language:HTML 22.9%Language:CSS 4.7%