https://github.com/dnbard/brackets-extensions
https://github.com/dnbard/brackets-extensions
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dnbard/brackets-extensions
- Owner: dnbard
- License: mit
- Created: 2014-10-02T19:44:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-14T14:00:57.000Z (over 9 years ago)
- Last Synced: 2025-01-26T05:41:29.254Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://brackets.dnbard.com
- Size: 526 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Basic Express Site
==================
Source code example for [A simple website in node.js with express, jade and stylus](http://www.clock.co.uk/blog/a-simple-website-in-nodejs-with-express-jade-and-stylus) article.
Build
-----
Run this command in console:
```
npm install
```
All dependencies will be downloaded by `npm` to `node_modules` folder.
Run
---
Run this command in console:
```
node app.js
```
Open `http://localhost:3000` to access basic Express Site.