mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
13 lines
278 B
Markdown
13 lines
278 B
Markdown
# This is a port of the simple example using ExpressJS 3.x custom logger and socket.io configuration
|
|
|
|
Install dependencies
|
|
|
|
npm install express@3.x winston socket.io stylus less
|
|
|
|
And run it
|
|
|
|
node app.js
|
|
|
|
Then open up http://localhost:8001/ and try editing `style.css`.
|
|
|