Skip to content

maxsilvaweb/js-aircraft-seats-selection-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seating Widget


Table of Contents

Introduction

An ES6 seating widget.

Built-With

  • Node v8.0.0
  • NPM v5.5.1
  • Webpack v3.8.1
  • Babel v6.26.0

Full-Install

  • Install x-code
  • Install homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Install node
brew install node
  • Update node and npm
brew update node
  • Install packages from package.json
npm install
  • Build
npm run build
  • Want to uglify the build?
webpack -p
  • Start server and watch
npm start
  • Navigate to application in browser.
http://localhost:8080

Quick-Install

  • Build
npm run build
  • Want to uglify the build?
webpack -p
  • Start server and watch
npm start
  • Navigate to application in browser.
http://localhost:8080

About

An ES6 seats selection widget.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published