Git Product home page Git Product logo

sdc-backstage-ui's Introduction

sdc-backstage-ui

This repo provides a front-end for the backstage.

Configuration

After cloning this repo you'll need a config file. Use the following command if you want to use the deployed version of the sdc-business-response-management API:

cp config-example.json config.json

If you want to run the sdc-business-response-management API locally use this command instead:

cp config-local-dev.json config.json

Prerequisites to running the app

A web server will need to be setup to serve ./index.html when matching any route request with the exception of the ./dist folder and config.json file.

Development

Prerequisites

  • Install Node
  • From your command line or terminal, cd into your cloned directory and run:
npm install
  • After all dependencies have been installed, from the command line run:
gulp dev

The Gulp task will run a node server that will build the minified files required for development.

Deployment

Run the first 2 development steps above, after this run:

gulp test

Optionally add a flag labelled port to change port number

Running without Node.js

This front-end can be run with any HTTP server capable of serving static files. Here's how to do it with Python 3:

python3 server.py

Then go to http://0.0.0.0:8000 in a browser.

sdc-backstage-ui's People

Contributors

saedwards avatar davidcarboni avatar nickgravgaard avatar

Watchers

Nicholas Herriot avatar Nic Price avatar James Cloos avatar Martin Thomas avatar  avatar Charles Freduah avatar  avatar  avatar

Forkers

uk-gov-mirror

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.