Coder Social home page Coder Social logo

chat's Introduction

How to use CHAT

  • First add the Girl with 'ADD TO FRIEND BUTTON'
  • Let's chat with Sophie
  • Try to speak with her...(One suggest, write 'Bien!') :)

Only Vanilla JS

Simple Gulp with SASS template

This is a very simple document startup template. We have gulp with sass set up. We also have autoprefixer and browserSync installed. There are no unnecessary packages (only fontawesone for icons...) and no meddling with your JS or images.

Usage

The usage is fairly simple. npm install and later gulp watch. You'll get the hang of it. ;)

SASS Compiling Rules

All SASS files need to be .scss and located within the scss folder. SASS will only be compiling two files (print.scss && style.scss) by default. This behavior is hardcoded in our gulpfile.js on line 1.

It is easy to change this (read on), but generally we tend to use @import to include more files, as shown in the default style.scss.

All compiled files will compile within the app/css directory, under the same filename. For example the default files will compile as app/css/style.css and app/css/print.css.

Terms that apply

  • All other files including JS and HTML are free to stay in the app folder.
  • Generally, you will upload only the contents of the "app" folder to the server.
  • Autoprefixer adds browser prefixes only after compiling success of SCSS.
  • .gitignore is set up for OSX, Windows and Node.
  • On every save of every file, browser will be refreshed.
  • There are limits as we watch only for HTML, JS and SCSS files for reload.
  • Manual page reload is needed for images directories and other.

Gulpfile.js

Gulpfile has not been modified much. Practically on line 1 you are offered an array of SCSS files to compile and that is all there is to it.# chat

chat's People

Watchers

WolfOvs 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.