Coder Social home page Coder Social logo

gulp's Introduction

#Gulp starter

1. Requirements and installation

Clone repository

First of all, clone this repository on a empty project folder

git clone https://github.com/TheoKleman/gulp.git

NodeJS

You need a recent installation of nodejs.

Then, you can install Node dependencies needed for this starter

cd {path/to/this_repository}
npm install

Gulp

This project also works with gulp, follow this instruction to install it

sudo npm install --global gulp-cli

2. Project initialisation

We highly recommand to use this file tree

your_awesome_project
│   README.md
│   .gitignore
│   ...
│
└─── {this repository}
│      
│   
│       
│
├───src
│   │
│   ├─── scripts
│   │    ... where you write .es6 files
│   │
│   └─── styles
│        ... where you write .scss files
│
└─── build
	│   index.html (file you must write)
	│   ...
	│
	├─── js
	│    ... where your .es6 files are compiled
	│
	└─── css
		 ... where your .scss files are compiled

But you also can set your own configurations in config/general.config.js

3. Run tasks

Simply run gulp on your terminal

4. Contributors

Romain Billard & Théo Kleman

gulp's People

Contributors

theokleman avatar

Stargazers

 avatar Rémi Bonnet avatar Romain Billard 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.