aljachimiak / front-end-cli

A presentation for MHVLUG covering demonstrating current Front-end CLI tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Front End Command Line

Produced for the May 2016 talk for the Mid Hudson Valley Linux Users Group, this project serves these purposes:

  • It contains the slides and interface for the talk itself.
  • It is produced using the tools and techniques in the talk.
  • It serves as the demo for many differnt locations in the talk

Getting Started

Open a terminal and do the following:

  1. Clone the repo
    `git clone https://github.com/aljachimiak/front-end-cli.git`
  2. Bring up the Vagrant box
    `vagrant up`
  3. ssh into the vagrant box
    `vagrant ssh`
  4. Change to the `front-end` directory
    `cd front-end`
  5. Install the npm dependencies
    `npm install`
  6. Install the bower dependencies
    `bower install`
Making changes? At the same terminal prompt, start the gulp watch task to watch your `.scss` and `.jsx` files and automatically rebuild the related assets.
`gulp`

Open a web browser and navigate to localhost:8080 to see the result.

About

A presentation for MHVLUG covering demonstrating current Front-end CLI tools

License:MIT License


Languages

Language:JavaScript 78.4%Language:CSS 12.0%Language:HTML 8.9%Language:Shell 0.5%Language:ApacheConf 0.2%