/base-react

Base structure for React, Babel, ES6 and Webpack projects.

Primary LanguageJavaScript

Base Project

Instalation

$ git clone https://github.com/base-react.git
$ cd base-react
$ yarn
$ yarn dev

Build dist

$ yarn build-deploy

Build docker image

docker build --no-cache -t emr .

Run docker image

docker run -p 80:80 emr