daveek / fadeitdk

The source of http://fadeit.dk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The fadeit logo

fadeit.dk - website front-end source


The fadeit.dk website is built on top of this AngularJS boilerplate.

Getting started

Install npm and bower dependencies and run grunt, that's it. You are good to go.

$ sudo npm install
$ bower install
$ grunt

After running grunt, the source files will be built into ./build.

When the app is ready for production, compile the app into ./application by running:

$ grunt compile

Build

The build task will do all the work for development and create files in -> ./build

$ grunt build

You can use the following command to start the build http server (port 8008 default):

$ grunt dev

Compile

The compile task will do all the work for production and create files in -> ./application

$ grunt compile

You can use the following command to start the build http server (port 8009 default):

$ grunt prod

About fadeit

We build awesome software, web and mobile applications. See more at fadeit.dk

About

The source of http://fadeit.dk

License:MIT License


Languages

Language:JavaScript 41.7%Language:CSS 33.4%Language:HTML 24.1%Language:Python 0.8%Language:Shell 0.1%