Coder Social home page Coder Social logo

akami's Introduction

Akami

Akami is a seed project for building awesome websites - or anything else.


Overview

[akami][akami] is originally based on a [Yeoman][yeoman]-generated AngularJS app.

That means, the seed was already bundled with many interesting features, such as:

  • File concatenation & minification to the extreme ([htmlmin][htmlmin], [cssmin][cssmin], [imagemin][imagemin], [svgmin][svgmin], [ngmin][ngmin], [uglifyjs][uglifyjs]...)
  • MD5 versioning of every asset
  • Bootstrap CSS library
  • Bower package management
  • [Grunt][grunt] build chain
  • Karma-powered, [PhantomJS][phantomjs] test suite
  • Basic [Coffeescript][coffeescript] support.

Additional Features

Though, to my taste some salt was missing. It now is a seed that comes with:

Automatic bower imports

Thanks to [Wiredep][wiredep], no more manual references to the scripts within your dependencies in the index.html. All your dependencies from bower.json are inspected, resolved, and placed in the correct order.

Full Coffeescript support and automatic injection

Coffee scripts are now fully supported and are seamlessly imported as well inside your index.html file.

What if I want to import some of them in a given order ??? Is there an override in Gruntfile.js that I can use ?

When reloading, only recompile jade files that have actually changed

Jade support

Markdown support

Less CSS support and central inclusion

Development

  1. Install node.js from Chris Lea's PPA

     sudo add-apt-repository ppa:chris-lea/node.js
     sudo apt-get update
     sudo apt-get install npm
    
  2. Init the repository and npm toolchain using:

     npm install
     ./node_modules/.bin/bower install
    
  3. Run the local development server using [Brunch][brunch]

     grunt sserve
    

Then open http://127.0.0.1:9000 in your browser.

Testing

Unit

E2E

License

MIT License

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.