mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
15 lines
215 B
Markdown
15 lines
215 B
Markdown
|
|
# Example Express application using Piler
|
|
|
|
Install dependencies
|
|
|
|
npm install express@2.x.x socket.io stylus less
|
|
|
|
|
|
And run it
|
|
|
|
node app.js
|
|
|
|
Then open up http://localhost:8001/ and try editing `style.css`.
|
|
|