This is a blank project for JavaScript development with CDK.
The cdk.json file tells the CDK Toolkit how to execute your app. The build step is not required when using JavaScript.
npm run testperform the jest unit testscdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation template
We are using the very well/beautifully executed Minecraft docker container from [itzg][https://hub.docker.com/r/itzg/minecraft-server], see the docker-compose under the containers directory.
Requirements:
- Docker
- docker-compose
cd containers and then docker-compose build
docker-compose up -d to run the container in Daemon Mode (in the background).