https://github.com/atomantic/nodeproject
Simple Node Project for Me to Learn Node
https://github.com/atomantic/nodeproject
Last synced: over 1 year ago
JSON representation
Simple Node Project for Me to Learn Node
- Host: GitHub
- URL: https://github.com/atomantic/nodeproject
- Owner: atomantic
- Created: 2012-10-23T19:36:46.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-24T20:11:33.000Z (over 13 years ago)
- Last Synced: 2025-02-01T03:43:05.492Z (over 1 year ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adam's Node.js learning repo
This is just a test repo for me to learn node.js by implementing all of the basic building blocks needed to create a modern web framework (https, auth, modules, etc)
# Install
# install this project
git clone git://github.com/atomantic/nodeproject.git;
cd nodeproject;
If you don't yet have node and npm installed:
./install.sh -n
If you already have it:
./install.sh
# Run
export NODE_ENV=development
node server.js
curl -k https://localhost:8000