Git Product home page Git Product logo

vamp-ui's Introduction

Vamp-UI

This is the UI for Vamp build with ReactJS.

Running it

You need to have NPM installed. Then...

$ npm install
$ npm start

Seeds

To get you up to speed there's some seeds included. It relies httpie so check if you have that installed

$ http --version

With httpie installed just navigate to the assets > seeds folder and execute

$ sh seed.sh

This will add a handful of breeds, blueprints and deployments to VAMP.

Preparing for Deployment

Running a build with minification and optimized assets for deployment.

$ npm install
$ gulp dist

You can inspect the live build in the browser by running $ gulp serve, which will spawn a local webserver on port 3000. It will not 'watch' and live-reload, it'll serve your production build served from the 'build/' folder of the project.

Testing

Automated e2e tests are included, but global installation of Selenium webdriver is necessery.

$ npm install -g webdriver-manager
$ webdriver-manager update

After a succesful install, make sure the webdriver manager is running in the background, and then run the tests:

$ webdriver-manager start
$ npm test

Tips

during development, start Chrome with disables web security to allow CORS requests.

open /Applications/Google\ Chrome.app --args --disable-web-security

vamp-ui's People

Contributors

danielsneijers avatar dragoslav avatar plamola avatar

Watchers

 avatar  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.