Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 744 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 744 Bytes

#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