GithubHelp home page GithubHelp logo

justgitit2016 / udemy-travel-site Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zsoltime/udemy-travel-site

0.0 0.0 0.0 19.15 MB

Travel site template for Brad Shiff's "Git a Web Developer Job" course

HTML 18.95% CSS 64.23% JavaScript 16.82%

udemy-travel-site's Introduction

Travel Site

Simple HTML/CSS/Javascript travel site (with somewhat dated design) built using Babel, Gulp, PostCSS and Webpack

This is a travel site of Brad Shiff's "Git a Web Developer Job: Mastering the Modern Workflow" Course.

It was a nice refresher on Gulp, git, mobile first and responsive design. 😊

Travel site

Install and Build

You need to have either yarn or npm installed on your computer.

Clone this repo

git clone https://github.com/zsoltime/udemy-travel-site.git <new-folder-name>
cd <new-folder-name>

Install dependencies

yarn
# OR
npm install

Build production bundle

It builds the app to the dist folder. It creates the JavaScript bundle, uglifies JS, creates and minifies CSS, copies/optimizes images - ready to deploy.

yarn build
# OR
npm run build

Start dev server

It starts a BrowserSync server and refreshes page on changes. Open http://localhost:3000 to view it in browser.

yarn start
# OR
npm start

udemy-travel-site's People

Contributors

learnwebcode avatar johndoelearncode avatar zsoltime 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.