Git Product home page Git Product logo

kowa-client's Introduction

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

kowa-client's People

Contributors

aymerick avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.