1.0.1 • Published 7 years ago

erp_front_end_prod v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Getting started

1. Creating Docker Image

Change to project root and build a docker image with this command

docker build -t mayloz-webapp .

This will install all the dependencies such as nodejs, npm, apache2 as well as all listed in package.json.

2. Preview

To take a look at the app fire up following one

docker run -p 8080:80 -d mayloz-webapp

This will run apache2 server and that will serve index.html, bundle.js and other assets at localhost:8080