Skip to content

lempiji/webapp-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example of A Simple Web Application

What's this?

  • Frontend: React (create-react-app)
  • Backend: vibe.d
  • Output: Docker image

Usage

  • For development
    • rdmd start
      • Auto restart server
      • Hot reloading scripts
  • For build image
    • rdmd build
      • Build Dockerfile with release build

Requirements

  • D Compiler (rdmd)
  • Node.js
  • Docker