Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.48 KB

README.md

File metadata and controls

54 lines (31 loc) · 1.48 KB

Locker.js - "A Node.js locker for your stuff"

So you've created your "Hello World" app and want to start hacking on something a little more challenging?

Locker.js is a simple project to learn Node.js.

If you like it, please feel free to fork it and use it as your own. At the moment I don't have any future development plans for this project other than to use it to play around with Node.js.

Installation

  1. Fork and clone this repo

  2. From your local clone run npm install

  3. All you have to do now is fire up your app! node app

Usage

  • Add files to the public directory to be served in the browser
  • Edit app.js to set which port the app is served on
  • Edit app.js to set the username and password

Requirements

  • Node.js
  • npm
  • Linux, Unix, or Mac OS X
  • Some JavaScript and command-line skills

Dependancies

License

See the LICENSE file for licensing and copyright details.

Author

AJ Acevedo