Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 732 Bytes

File metadata and controls

29 lines (18 loc) · 732 Bytes

Mois Du JS - Docker

Based on https://github.com/xebia-france/moisdujs-react, this repo explain how to use Docker to build a front application.

Make the build of your application, node version, tools and platform agnostic.

Prerequisites

Initialization

$> git clone https://github.com/xebia-france/moisdujs-react.git
$> cd moisdujs-docker
$> npm install

Build

$> npm run build:docker  

Run

$> docker run -d -p 8080:80 moisdujs/react:0.1.0
$> open http://192.168.99.100:8080