demidko / application

Web application template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application

This is a template for a complete web application consisting of frontend and backend components.

Build

Execute docker build . -t app. Your image will be located at docker images -a. Now you can run:

docker run -v `pwd`:`pwd` -w `pwd` -it --rm -p 80:8080 app

Web application will available at your localhost.

About

Web application template

License:MIT License


Languages

Language:Kotlin 28.8%Language:JavaScript 27.1%Language:HTML 21.3%Language:Dockerfile 16.8%Language:Makefile 6.1%