When running such an app with arch-cli s -w and a .ls file is modified,
there is an error message emitted :
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'run-script', 'build' ]
2 info using npm@2.10.1
3 info using node@v0.12.4
4 verbose stack Error: missing script: build
...
Also reading the sources, I expect the webpack-dev-server running on port 3001.
What is the script to be run?
Also I don't yet understand the architecture. Where is the app.js generated