Skip to content

CoffeeScript flavored node.js file-server for quick prototyping

License

Notifications You must be signed in to change notification settings

SamiPussinen/proto-server

Repository files navigation

{proto-server}

CoffeeScript flavored node.js file-server for quick prototyping.

How to run it

  1. download/install node.js
  2. cd to your projects directory (any will do, /home/projects eg.) cd /home/projects
  3. clone the project from github git clone https://github.com/SamiPussinen/proto-server.git
  4. change to the new directory cd proto-server
  5. install dependencies: npm install
  6. run it: just node server.js or node server.js 1337 to specify the port. The default port is 8080.
  7. open http://localhost:8080 (or whatever port you specified) in a browser.
  8. Hopefully you see a message 'It works!'

Credits

SamiPussinen - Initial commit

About

CoffeeScript flavored node.js file-server for quick prototyping

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published