0.1.0 • Published 6 years ago

maangef-ui v0.1.0

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
6 years ago

UI

Travis Status Coverage Status

Introduction

A Ui interface for ManageF

Guides

Read the guides of the project.

Technologies

  • React.js
  • TBD

Quick Start

npm install
npm start

A new browser window should automatically open. But, if it doesn't then use: http://localhost:3000

This launches a development environment that instantly reloads any changes to the browser for rapid development.

Developing

When developing, is usual to run this application outside with the container API.

Is possible to proxy the API requests without having to push the changes to ui.

Add proxy to package.json

{
  "name": "swsui",
  "version": "0.2.1",
  "proxy": "http://api-manage-f.127.0.0.1.nip.io",
  "bugs": {
...

Building

See the guides in https://github.com/ManageF/guides