Git Product home page Git Product logo

demo-skeleton's Introduction

demo-skeleton

Client-side skeleton for building medium-to-large scope demos. The primary intention is to increase the efficiency of rapid prototyping and to allow for ease of iterative changes based on feedback, potentially by other engineers.

Installation

yarn install

jspm install

Run

gulp run

Runs the watch task for SCSS compilation and spins up a localhost.

Setup

Update app-X in the SystemJS import statement on the index.html file to be either app-angular or app-vue depending on your framework du jour.

wget -E -H -k -K -p -e robots=off http://domain.com/page will grab all static assets from a webpage.

Additional Dependencies

Additional development dependencies can be installed via yarn add [package name]. Javascript dependencies can be installed via jspm install [package name] and then imported as an ES6 module.

App

  • Tiny skeletons are provided for an Angular app and a Vue app. Both of these frameworks were chosen for their utility as rapid prototyping tools.
  • Each tiny skeleton provides the bones for a basic app structure following conventions of the respective framework: an entry point, example component, and basic "store". Convention is for components to be "dumb" and read from the state that is updated by the store (a lazy man's Redux).
  • jspm integrates very, very well with SystemJS which provides out-of-the-box dynamic module loading and uses Babel for transpiling.

Sass

  • utilities.scss includes basic mixins for media queries and variable examples
  • global.scss is meant to contain all necessary global overrides

demo-skeleton's People

Contributors

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