Home

Awesome

Hearsay Live News App (Frontend)

Introduction:

A clean reading experience for your news. Live demo.

Accompanying repos:

hearsay

LandingArticle View

Built with:

Testing:

Dependencies:

Install dependencies:

Environment variables:

Run tests:

Run the application:

Development shellscript example:

#!/bin/sh
export PORT=3000 \
export DEBUG="*" \
export NODE_ENV="development" \
export APPSECRET="somecrazyhash" \
export CLIENT_API_PATH="/api" \
export CLIENT_DOMAIN="localhost" \
export CLIENT_API_DOMAIN="localhost" \
export SESSION_KEY="express.sid" \
export MONGO_URL="mongodb://localhost/hearsay" \
export REDIS_URL="redis://localhost:6379" \

gulp