Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
/ playground Public archive

A basic docker compose with nginx that serves an index.html using laravel mix. Meant for quick experimentation.

Notifications You must be signed in to change notification settings

Outridair/playground

Repository files navigation

Project Playground

Introduction

Hey There, so this should be a simpler version to work in and experiment with. We're using NGINX as the webserver for files, and Docker as the Virtual Machine.

Getting Started

Run Docker Compose in one terminal. Run Npm install and npm run watch in another.

docker-compose up -d
npm install
npm run watch

Then go to localhost and your index.html file should appear! It's already got the CSS and JS files needed for bootstrap. So good luck and have fun!

About

A basic docker compose with nginx that serves an index.html using laravel mix. Meant for quick experimentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published