Giter VIP home page Giter VIP logo

dresscode-test's Introduction

DressCode Project

Project based on project-template (gulp, jade and postcss inside).

Install

If you don't have Node.js, install it from official site

If you don't have gulp.js, install it, by running npm install -g gulp in your terminal.

If Node.js and gulp.js are installed run the following:

Action Command
clone repository git clone git clone [email protected]:kodixrock/dresscode.git
enter project folder cd dresscode
install dependencies npm install
start work gulp
stop gulp-watcher [ ctrl+c ]

add files | git add . commit your changes | git commit -m 'add new styles for catalog' push it on remote | git push origin layout

after installing, you can run tasks, described below

Tasks

Primary tasks

Command Task
gulp build build /dist from /src
gulp watch build, then watch for changes in /src and automatically run secondary tasks (below) to process these changes
gulp build, run localhost:4000 and watch for changes

Secondary tasks

Command Task
gulp html compile .jade to .html
gulp css concatenate .css, process with postcss processors and create source-map
gulp js copy .js to /dist without changes
gulp img optimize images
gulp icons build svg-sprite from separate svg-icons
gulp temp copy temporarily files to /dist without changes

Support tasks

Command Task
gulp ftp upload /dist to ftp (don't forget to provide credentials and upload address in section variables in gulpfile.js)
gulp server run localhost:3000
gulp clean clean /dist

dresscode-test's People

Contributors

yakhinvadim avatar

Watchers

James Cloos avatar  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.