aymerick / kowa-client

Admin web app for kowa, the static website manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kowa client Build Status Code Climate

Admin web app for kowa, the static website manager.

WARNING: This is a work in progress, tests are missing, documentation is missing... a lot of stuff is missing, and it has NOT been deployed in production yet.

This is an Ember.js application that communicates with a server written in Go that you can find at https://github.com/aymerick/kowa.

See https://github.com/aymerick/kowa for more informations.

Development setup

Server

Follow instructions at: https://github.com/aymerick/kowa

Client

You will need the following things properly installed on your computer.

Install dependencies:

$ ember install

Start client:

$ ember server --proxy http://127.0.0.1:35830

The admin app is now running at http://127.0.0.1:4200 and you can login with credentials: mike / pizzaword.

Development workflow

When you change client code, the app is rebuilt automatically, and the browser reloads it (unless --live-reload=false flag is set).

Test

To launch tests:

$ ember test

Continous testing with testem:

$ ember test -s

Production

Generate production distribution with:

$ ember build -prod

Sublime Text

Search Where: -/bower_components/,-/node_modules/,-/dist/,-/tmp/,-.min.js,-.min.css,-.css.map,-.min.map,-*.svg

About

Admin web app for kowa, the static website manager

License:MIT License


Languages

Language:JavaScript 63.3%Language:Handlebars 26.1%Language:CSS 9.9%Language:HTML 0.7%