Code Monkey home page Code Monkey logo

badge-builder's Introduction

Badge Builder

Directory structure

Below lists the key files and folders:

.
├── app // The polymer app
│   ├── elements // Polymer elements
├── models // Models for the REST API
├── routes // Routes for the REST API
├── server.js // Entry point of the REST API

Running locally

$ npm install
$ npm install -g gulp-cli
$ npm install -g bower
$ npm install -g nodemon 
$ bower install
$ gulp sass
$ gulp serve

Run web component tests

npm install -g web-component-tester
wct

Deploy to azure

You can get the "GIT_URL" needed for the last command by:

  • Going to the azure portal (portal.azure.com)
  • Open the web app
  • If you haven't already, set up the following:
  • Go to 'Deployment options'
  • Setup the deployment option as local git repository (this will make the next step possible)
  • Go to 'Properties'
  • Here you should be able to find the "GIT URL"
npm install
bower install
gulp
cd dist
git init .
git add .
git commit -m "Deployment commit"
git push --force --quiet "GIT_URL" master:master

Make sure to deploy to the dev deployment slot first and not straight into production.

badge-builder's People

Contributors

deadlyfingers avatar vjrantal avatar liliankasem avatar fredbeast avatar donovanhare avatar

Watchers

James Cloos 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.