Skip to content

labic/hash-web-ng

Repository files navigation

#HASH Web

Join the chat at https://gitter.im/labic/hash-web-ng

An data-driven front-end application build with Angular.js focused on social networks data

Features

  • Post Listing
  • Imagens galleries
  • Graphs

Development Setup

Prerequisites

  • Node 0.12 +
  • MongoDB

Getting Started

# Get the latest snapshot
git clone --depth=1 [email protected]:labic/hash-web.git

# Change directory
cd hash-web

# Install NPM dependencies
npm install

# Or, if you prefer to use `yarn` instead of `npm`
yarn install

# Then simply start your app
node server.js