Giter Club home page Giter Club logo

base-a's Introduction

Base A

Base A gets your next project up and running quickly with common starter files and configurations.

App Development

  • Clone this repository to your local environment.
  • Run npm install to download the dependencies.
  • Run gulp watch in the terminal to start a local server at port 3001.

Features

  • Babel
  • Conslice
  • Express
  • Gulp
  • HTML
  • jQuery
  • SASS

Gulp Tasks

Gulp speeds up development with the following tasks.

  • Transpile multiple SASS files to one minified CSS file.
  • Transpile multiple JS files to one minified JS file (see c023 in conslice/comments.md).
  • In conjunction with Chrome's livereload extension, hot reloading when a change in project files is made. You must be using the Chrome browser and enable this extension for hot reloading work correctly.

JavaScript

Base A uses an object-based format within an IIFE to better control the scoping issues that are the bane of every developer's existence. This type of setup is ideal when using jQuery and writing less than 200 lines of JavaScript code.

jQuery

jQuery is implemented as a dependency instead of being loaded through a CDN which allows you to work offline. One disadvantage of using it, though, is the tendency for novice developers to spiral into writing spaghetti code. When this happens, it is time to abandon jQuery (see c023 in conslice/comments.md).

base-a's People

Watchers

Matthew Day 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.