Skip to content

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

Notifications You must be signed in to change notification settings

xflows/clowdflows-webapp

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published