guillermoap / capacitacion-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

December Labs - PIS 2020

Setup

Define $PARENT_PWD env var

This can be hardcoded with the root dev folder.

UNIX users can add this to .bash_profile

export PARENT_PWD="$(dirname "$(pwd)")"

Copy .env.example and rename to .env

Add corresponding config values

Copy docker-compose.example.yml and rename to docker-compose.yml

Running

To run the project simply run

docker-compose up

This will spin up the webapp instance. To spin up the instance with a new build add the --build flag as so

docker-compose up --build

Go to http://localhost:5002/ and you should see the project up and running

About

License:MIT License


Languages

Language:TypeScript 70.3%Language:HTML 17.6%Language:CSS 9.5%Language:Dockerfile 2.5%Language:Shell 0.1%