Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.