deathbeam / luncheon-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

luncheon-frontend

Requirements

Install npm and the run:

npm install -g grunt-cli
npm install -g bower

Quickstart

npm install
bower install
grunt serve

Above will install or update all dependencies and start client at http://localhost:9000.

To run local REST API emulation, run this:

node rest.js

This will start REST server at http://localhost:3000. Login username is admin and password is admin.
Our server will generate some random data, so do not be terrified by lunches with names like name animal beyond window officer bicycle throughout however 😄.
POST modifications of data is not implemented in this REST emulator (I am too lazy for this), so it will just handle routes and log POST body to console.

About


Languages

Language:CoffeeScript 40.6%Language:JavaScript 25.4%Language:HTML 17.6%Language:CSS 16.5%