Git Product home page Git Product logo

squealing-broccoli's Introduction

Squealing-Broccoli

What is Squealing Broccoli? It is not the repository you are looking for.

Basically, I'm turing through different boilerplates and messing around trying to get what I want to work which will hopefully be:

A boilerplate that uses Bootstrap 3.x, Express 4.x, Latest Backbone, Marionette, RequireJS, etc... you know, not a three year old place to start...

It uses the stuff shown in bower.json and package.json respectively. Public is client, server.js and other folders are for server-side using mongodb.

How to get Squealing Broccoli

Not sure why you wouldn't just visit your local grocery store but, if you must...

git clone https://github.com/bciv/squealing-broccoli.git
cd squealing-broccoli

Install in Virtual Box using Vagrant

vagrant up

~To have the virtual machine on available on your local network, edit the Vagrantfile lines like this:

  config.vm.network "public_network"
  # config.vm.network "forwarded_port", guest: 443, host: 8081

Upon boot, you will be prompted by Vagrant to choose what interface to bridge networking on.

Connect to the box once it has been provisioned and install the dependencies...

vagrant ssh
cd /vagrant
npm install
node server.js

Install under Mac OS X

Install HomeBrew ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install MongoDB brew install mongod

=Client Side

public/js/template.js defines what would be static pages (not yet...) public/js/app.js defines what would be in the nav (also a blatant lie...)

squealing-broccoli's People

Contributors

bciv avatar

Watchers

James Cloos 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.