Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds support to using webpack-dev-server
this allow the developer to: - use websockets in development env without apache - enjoy live reload in the browser when webpack code change to use, execute: NODE_ENV=development ./node_modules/.bin/webpack-dev-server --config config/webpack/development.js you may use PORT or WS_PORT to override the default 3000 PORT.
- Loading branch information