GithubHelp home page GithubHelp logo

bdunn313 / frontend-scaffold Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 184 KB

A general frontend scaffolding project, with Gulp, Twitter Bootstrap, etc.

License: MIT License

JavaScript 89.53% CSS 10.47%

frontend-scaffold's Introduction

Frontend Scaffold

This is just a basic project scaffold for a frontend project. Basically just project structure and leveraging bower for asset management, and gulp for preprocessing, etc.

Leverages Gulp.js for fun and profit!!1!

Basic Up And Running Stuff

First off you need to install Node.js, NPM, Bower, and Gulp.js.

Once you are good to go, clone the project, and install the node/bower dependencies

git clone https://github.com/bdunn313/frontend-scaffold.git project-name
cd project-name
npm install && bower install

First, just run the default gulp task to initialize the project

gulp

Whenever you want to build out your production code, just run the default command.

Fire up a local dev server on port 4000 with live-reload and asset watching by running:

gulp dev

This gives you a frontend project with Twitter Bootstrap-powered less files that get compiled into minified CSS, as well as automatically uglifying js files, etc. Pretty cool!

Project Status

Really this project is mostly to make my new project workflow sane for frontend development work. I will be improving it as I used it more, or if people like the project and open up issues that I can address. Currently the goal is for my consumption, however, and for familiarizing myself with Gulp.js.

Kudos

These articles helped me write up the gulpfile:

License

Released under the MIT License

frontend-scaffold's People

Contributors

bdunn313 avatar

Watchers

 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.