/meteor-aggregator

Primary LanguageCSSOtherNOASSERTION

Meteor Content Aggregator Build Status

How to use:

  1. Install Meteor curl https://install.meteor.com/ | sh
  2. Clone repository git clone https://github.com/rei/united-outside.git; cd united-outside
  3. Run meteor npm install; meteor inside of app directory

You are now running a meteor app – accessible at localhost:3000

Project Structure:

- client       ( runs only on the client )
 - js          ( browser scripts )
 - stylesheets ( bundled less )
- server       ( runs only on the server )
- app          ( runs on both client and server )
 - components  ( stateless presentational components )
 - containers  ( component-data composition and stateful components )
 - layouts     ( arrangement )
 - render.js   ( render app per route )
- imports      ( modules that can be loaded either client or server, not engaged unless required )
- lib          ( always-loaded utilities )
- config       ( module configurations )

Features

Docker

Base image

Build

docker build -t rapd/united-outside .

Run

docker-compose up

App should be running at 127.0.0.1