rmariuzzo / unleash

:zap: Unleash your path

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unleash your path

A project dedicated to help X-Teamers grow and see a progress they make along the way.

Build Status devDependency Status

Requirements

Basically, you need to install:

(Note: if you're using OS X and install Docker Toolbox with Docker Machine webpack's liverload won't probably work - please install Docker For Mac to fully utilize webpack's livereloading)

Setup

Install dependencies

In order to install node & bower dependencies run the command (it might take a while but it's one-time only):

docker-compose run web npm install

Running

In the Docker Quickstart Terminal go to the application folder and type:

docker-compose up

Wait for Docker to run the application.

Once the application is running you can access it at localhost

Running as daemon

Optionally you can also run the application as a daemon. Just type:

docker-compose up -d

If you'd like to see if it's running properly just type

docker-compose logs -ft

Accessing the container

If you want to get into the container with running application just type:

docker-compose run web bash

About

:zap: Unleash your path


Languages

Language:JavaScript 96.6%Language:HTML 3.4%