Giter VIP home page Giter VIP logo

brunchline's Introduction

The Brunch repository was officially archived on June 15, 2023, and so too, this little idea for a starter. Thankfully most, if not all, of the goals in this project can be replicated in 11ty or Astro with a much more modern toolset.

Brunchline

Brunchline once intended to be a designer-friendly front-end tooling framework that took away the agony that can be setting and spinning up a development environment. tl;dr You should be designing, not architecting and configuring. I'd even made a rough landing page for it.

NOTE: This project was awaiting features that were slated for 3.0, which never came.

Features

Brunchline is built with Brunch, and prefers utilizing Yarn over NPM.

Example Directory Structure

Project/
├── src/
│   ├── assets/
|   |   └── img/
|   |       └── filename.png
|   ├── js/
|       └── initialize.js
|   ├── scss/
|   |   ├── base.scss             [imports partials defined in each subfolder]
|   |   ├── vendor.scss           [imports vendor CSS, in this case, just normalize.css]
|   |   ├── core/
|   |   ├── components/
|   |   └── pages/
├── dist
│   ├── css/
|       └── app.css               [vendor.scss + base.scss]
|   ├── img/
|       └── filename.png
|   ├── js/
|       └── app.js                [initialize.js + other JS]
|   └── index.html

Installation

macOS

Windows

Linux

  • Linuxbrew: brew install node
  • Manually:
    • (If Ubuntu 16.04 or below:) curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
    • sudo apt-get install -y nodejs
    • sudo apt-get install -y build-essential

macOS

  • brew install yarn
  • (if using a Node Version Manager) brew install yarn --without-node

Windows

Linux (Ubuntu/Debian) (See this page for other distros)

  • curl -o- -L https://yarnpkg.com/install.sh | bash /etc/apt/sources.list.d/yarn.list

  1. yarn global add brunch — Installs Brunch Globally
  2. yarn install — Installs project plugins & dependencies as defined in package.json.

Run

  • yarn run start — watches the project with continuous rebuild using brunch-auto-reload. This will also launch HTTP server with pushState.
  • yarn run build — builds minified project for production

brunchline's People

Contributors

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