Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 365 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 365 Bytes

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