Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pboos/nodejs-web-base
A express base project for easy and quick start.
https://github.com/pboos/nodejs-web-base
Last synced: about 2 months ago
JSON representation
A express base project for easy and quick start.
- Host: GitHub
- URL: https://github.com/pboos/nodejs-web-base
- Owner: pboos
- Created: 2012-01-17T03:57:26.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-17T05:37:21.000Z (about 13 years ago)
- Last Synced: 2024-04-14T22:53:37.682Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodejs-web-base
This is my base web app, from which I start my projects.# Run
npm install
node app.js# Procfile
This file i added because I run my nodejs apps on Heroku. There you need this file to tell heroku how to start your nodejs app.