enaqx / vineyarder

Vineyarder Frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Vineyarder Front-End.

Usage

First install the dependencies including grunt if you don't have it yet

$ npm install -g grunt-cli
$ npm install

Development

The run the development node server (app/server.js)

$ grunt

Open http://localhost:3000

Production

To build the 'production' version (app/static.js)

$ grunt static

This will build a complete static site in ./static . The best way to test that this is working locally is to install and run a light http server.

$ npm install -g http-server
$ cd static
$ http-server

Open http://localhost:8080

About

Vineyarder Frontend


Languages

Language:JavaScript 99.3%Language:CSS 0.5%Language:HTML 0.2%