This is a template project for building TypeScript React applications. API server can handle authentication with various Oauth providers.
git clone https://github.com/alecjmaly/ts-react-template.git && cd ts-react-template
npm run install_all
Builds projects accounting to each build script. Typically involves webpack or tsc build steps.
npm run build_all
You will want to change the name of containers from alecmaly/xxxxx to your account.
npm run dockerize_all
terraform init # init terraform
terraform apply # starts orchastration
terraform destroy # destroys instances
docker-compose up
To check running docker containers
docker ps