Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngerakines/no-live-press
Lessons and learnings in the world of LiveScript and Express.js.
https://github.com/ngerakines/no-live-press
Last synced: about 1 month ago
JSON representation
Lessons and learnings in the world of LiveScript and Express.js.
- Host: GitHub
- URL: https://github.com/ngerakines/no-live-press
- Owner: ngerakines
- Created: 2013-05-15T23:15:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-14T20:10:57.000Z (over 11 years ago)
- Last Synced: 2024-05-01T13:43:26.910Z (8 months ago)
- Language: JavaScript
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation Notes
```bash
sudo npm install -g express
sudo npm install -g LiveScript
```# Express
Express could not be installed locally due to NTFSs limited support for symlinks. This approach would have been viable if not for the fact that I creaed this folder while in a Linux VM on a Windows host.
# LiveScript
This project seemsto preer being globally installed. Being a lover and not a fighter, I agreed to comply.