Skip to content

gisu/boilerplate.dev

Repository files navigation

Boilerplate

Getting started

We need to install a few things: Node, Bower and Gulp

  • Node: Download and install - hey, it's very easy :)
  • Bower: If you have Node installed, simply run npm install -g bower - see the Documentation (maybe you need to run this command with sudo)
  • Gulp: Simple as bower npm install -g gulp see the Documentation (maybe you need to run this command with sudo)

In your CLI cd into the repo and then run bower install and npm install. This will download all vendors in the bower_components directory and all gulp-module in the node_modules directory.

Now run gulp and start working. Gulp compiles your .scss files and concatinates and uglifies your .js files

Shortform CLI

  • bower install
  • npm install / npm init
  • gulp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published