Skip to content

Itinerary for a big trip. This code is bad, but I don't feel bad.

Notifications You must be signed in to change notification settings

tylergaw/bigtrip

Repository files navigation

bigtrip Build Status

Bundled Documentation

  • Style Guides

    Coding standards and style guide(s) for HTML, JavaScript, and SCSS.

  • Environment Setup

    Setting up your environment to work on this project.

  • Building with Gulp

    Using the built-in Gulp tasks for building and deploying a static site.

Get Started

Assuming you've got your environment set up, do the following to get started (making replacements as needed):

  1. Clone this repository and cd into its directory.

    git clone git@github.com:thegroundwork/bigtrip.git && cd bigtrip
  2. Install any local NPM and Bower modules.

    npm install && bower install
  3. Build the project.

    gulp
  4. Make the project available via a local web server (optional: you can also open dist/index.html directly in a browser).

    gulp serve

Working

For more detail on what Gulp tasks are available, check out "Building with Gulp".

  1. Watching the src and building when changes occur:

    gulp watch
  2. Serving the site and enabling live reload when changes occur:

    gulp serve

Note: Sometimes gulp watch and gulp serve can get out of sync. If that happens, just cancel them (Ctrl+C) and re-run them.

About

Itinerary for a big trip. This code is bad, but I don't feel bad.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published