xflows / clowdflows-webapp

ClowdFlows web app written using Angular that consumes the ClowdFlows web API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClowdFlows-WebApp

This is an Angular2 application to consume the ClowdFlows web API. It will replace the current Django/jQuery-based interface that comes with the main ClowdFlows project. That project will eventually provide only the REST API endpoint.

Potentially, you can provide your own API backend and use this app to provide the interface.

Installation

Make sure you have the latest node and npm installed, then run from the root folder:

npm install

Edit config/api.dev.js to reflect your development API server location (default: http://localhost:8000/api/).

Running

Start the development server:

npm start

Run less in watch mode:

npm run-script less

Run unit tests:

npm test

About

ClowdFlows web app written using Angular that consumes the ClowdFlows web API


Languages

Language:TypeScript 64.5%Language:HTML 24.8%Language:CSS 5.0%Language:Less 3.2%Language:JavaScript 2.3%Language:Dockerfile 0.1%