xxx README
==================

Getting Started
---------------

install latest nodejs by curl ->
look into ansible

need nodejs to be installed lates is installed via curl
#sudo apt-get install nodejs npm  <-- this installes bad nodejs


npm install     # installs from package.json
npm run bundle  # generates  bundle.js file

for dev copy static to container
docker cp xxx/server_api/static/. 0efd75c2ae99:/xxx_server_api/static


