Foto Osman gibt Dir den Kick!
cd server
npm install
npm link ../shared
cd client
npm install -g browserify
npm install -g watchify
npm install -g http-server
npm install
npm link ../shared
cd shared
npm install
cd server
node app.js --environment=dev
cd client
npm run build
http-server public/ --cors
Open 127.0.0.1:8080 in your Internet Explorer