Giter Club home page Giter Club logo

ampersand-example's Introduction

Ampersand Example

This example simply looks at an alternative approach to organising an Ampersand application. I personally dislike having all of the application views, models, etc organised into single folders. I prefer instead to structure applications into small modules based on functionality e.g. login, home, etc. An interesting post by @hij1nx demonstates that Node's require algorithm can applied to any directory called node_modules, not just the one at the root of your project, led me to re-structure an Ampersand application (based on the Ampersand examples). Thanks to @simmelj and his blog post for the inspiration.

Notes

  1. All modules are organised into src/node_modules.
  2. Each module contains a directory for it's templates.
  3. Each module contains a directory for it's styles.
  4. Each module contains a package.json (see here for explanation).
  5. moonbootsConfig.js contains updated templatizer logic to process templates stored in different module locations (globbing would be nice :P).
  6. Global Stylus styles are organised into src/styles.
  7. Static assets are organised into src/assets.

Getting started

  1. cd folder-name
  2. npm install
  3. npm start

Features

  1. Hapi
  2. Moonboots
  3. Jade
  4. Stylus
  5. Foundation

ampersand-example's People

Contributors

newtriks avatar

Watchers

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