cbracco / rapid-website-boilerplate

A barebones front-end boilerplate for rapid website prototyping in the browser using Gulp, Nunjucks, PostCSS, Browserify, Browsersync, svg-sprite, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rapid-website-boilerplate

js-standard-style Build Status

A basic front-end boilerplate for rapid website prototyping in the browser using Gulp, Nunjucks, PostCSS, Browserify, Browsersync, svg-sprite and more.

This tool is a front-end website boilerplate that makes it easier to begin designing and developing rapid website prototypes in the browser. It is a barebones static site generator that automates a few common development tasks and includes a few convenience features so you can focus more on creating a design and less on optimizing a workflow.

Features

Requirements

This project is compatible with Linux, Unix, and Mac OSX operating systems. It requires the following software to be already installed on your system:

  • [Node.js][node] (>= 8.11.3)
  • [npm][npm] (>= 5.0.0)

Installation

Clone this repository to your local machine, and install its dependencies with the following command(s):

git clone git@github.com:cbracco/rapid-website-boilerplate.git
cd rapid-website-boilerplate/
npm install

Usage

To start working, first run the following command(s):

npm start

This will run the default Gulp task which builds the website templates and assets, starts a local server with Browsersync, opens the project in your default browser, and begins watching for file changes.

Credits

“If I have seen further it is by standing on ye sholders of Giants.”Issac Newton

rapid-website-boilerplate is a project by @cbracco and its contributors. It is influenced by the following organizations, projects, articles, and individuals:

Thank you all for your hard work.

Contributing

Changelog

License

About

A barebones front-end boilerplate for rapid website prototyping in the browser using Gulp, Nunjucks, PostCSS, Browserify, Browsersync, svg-sprite, and more.

License:MIT License


Languages

Language:JavaScript 99.0%Language:CSS 1.0%