All Projects → HoverBaum → super-simple-dockerized-spa

HoverBaum / super-simple-dockerized-spa

Licence: other
Illustrating how to wrap a single page application in docker.

Programming Languages

HTML
75241 projects
Dockerfile
14818 projects

Labels

Projects that are alternatives of or similar to super-simple-dockerized-spa

materialdrive
Google Drive with Angular Material
Stars: ✭ 43 (+72%)
Mutual labels:  spa
latelier
L'atelier, a project management tool
Stars: ✭ 74 (+196%)
Mutual labels:  spa
overlooker
Frontend performance profiling tool
Stars: ✭ 21 (-16%)
Mutual labels:  spa
BlazorDemo
Demo application for my writings about Blazor
Stars: ✭ 79 (+216%)
Mutual labels:  spa
Cofoundry.Samples.SPASite
A simple single page application using Cofoundry as a headless CMS
Stars: ✭ 30 (+20%)
Mutual labels:  spa
ors-map-client
Openrouteservice API web SPA client using VueJS, Vuetify and Vue2Leaflet
Stars: ✭ 51 (+104%)
Mutual labels:  spa
angolans-on-github
Software Developers based in Angola 🇦🇴
Stars: ✭ 18 (-28%)
Mutual labels:  spa
dowels
🔨 a tiny but powerful javascript library that performs client-side routing, templating, and REST API communication to help you get your single-page web applications running in seconds
Stars: ✭ 13 (-48%)
Mutual labels:  spa
spring-boot-react-blog
Token-based blog application using spring boot, react and jwt.
Stars: ✭ 132 (+428%)
Mutual labels:  spa
dumber
A dumb JavasScript bundler for Single Page Application, dumber than you and me.
Stars: ✭ 21 (-16%)
Mutual labels:  spa
elm-news
All elm news in one place
Stars: ✭ 60 (+140%)
Mutual labels:  spa
SvelteScaling
Does Svelte scale?
Stars: ✭ 21 (-16%)
Mutual labels:  spa
kontent-sample-app-react
Sample React SPA utilizing the Kontent Delivery API to fetch content.
Stars: ✭ 45 (+80%)
Mutual labels:  spa
nextjs-react-router
A demonstration of how to use React Router inside Next.js
Stars: ✭ 64 (+156%)
Mutual labels:  spa
imgalign
Webapplication for image stitching and aligning
Stars: ✭ 162 (+548%)
Mutual labels:  spa
prax
Experimental rendering library geared towards hybrid SSR+SPA apps. Focus on radical simplicity and performance. Tiny and dependency-free.
Stars: ✭ 18 (-28%)
Mutual labels:  spa
vuetube
Video resources that will help you to improve your Vue skills
Stars: ✭ 54 (+116%)
Mutual labels:  spa
stimulus todomvc
[WIP] An implementation of TodoMVC using Ruby on Rails and StimulusJS
Stars: ✭ 14 (-44%)
Mutual labels:  spa
RSSR
React Server Side Rendering boilerplate with Authentication structure
Stars: ✭ 41 (+64%)
Mutual labels:  spa
jQuery-SPA
jquery单页应用开发骨架
Stars: ✭ 20 (-20%)
Mutual labels:  spa

A simple, dockerized SPA

live demo

This repository illustrates how to dockerize an SPA.

It accompanies the blogpost Dockerizing SPAs.

To see it in action locally:

docker build -f Dockerfile -t docker-spa .
docker run -p 8888:80 docker-spa
docker rmi -f docker-spa

An open localhost

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].