Skip to content

arminakvn/artistsnetwork

Repository files navigation

using brunch for skeleton/environment.

application dev setup

npm needs to be installed. If using *NIX machines you can use Homebrew:

brew install npm

mongodb could be installed with brew:

brew install mongodb

development

clone/download the repo and cd into the folder

install brunch

npm install -g brunch

starting the mongodb

mongod --path data/db --rest

running the development servers, and watch the project to re-compile

node server.js
brunch watch --server

check out the bios' view on localhost:3333/

based on the Brunch with Marionette:

Brunch with Marionette

This is a simple coffee skeleton for Brunch which utilizes MarionetteJS.

Main languages are CoffeeScript, Stylus and Handlebars.

Other

Versions of software the skeleton uses:

  • Twitter Bootstrap 3.2.0
  • MarionetteJS 1.8.8

(MIT License)

We assume no rights or liablities for the code contained. All libraries are owned and licensed by the ownsers. Use at your own risk.

Distributed under MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published