Coder Social home page Coder Social logo

power-ui's Introduction

power-ui

Power.futurice.com new UI.

Installation

Make sure you are using a recent npm version, e.g. v2.13.x.

npm install

Running in development mode

If you work at Futurice with access to the private backend repository, follow the instructions below. Otherwise, for the general public, this repository serves only as an example of a Cycle.js frontend app.

Clone the backend repository (http://github.com/futurice/power) and follow its instructions to run it locally in your computer. It is expected to run at http://localhost:8000/api/v1/.

To continuously compile and lint:

npm run watch

Then open your browser at localhost:8080.

Before committing a new change, run the tests with

npm run test

Build Status

Deployment

  • Access comedius server via SSH.
  • cd to /opt/power-ui
  • git pull origin master (might need to do it as sudo)
  • npm install
  • npm run build
npm run build

Code Conventions

  • Capitalized functions are Cycle.js component functions, and their lowercase counterpart is the output of calling that function. E.g. PeoplePage is the component function, and peoplePage is the output, i.e., var peoplePage = PeoplePage(args);. These are not constructors.

power-ui's People

Contributors

cutepig avatar jyrkitoivonen avatar mixman avatar olpeh avatar petuomin avatar staltz avatar

Watchers

 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.