Skip to content

ModuloM/moisdujs-docker

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.1%
  • Shell 9.5%
  • CSS 2.6%
  • HTML 0.8%