csanz / node-expressjs-example

expressjs-example is a super light, super simple and developer-friendly app built on Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

expressjs-example

expressjs-example is a super light, super simple developer-friendly app built on Node.js, feel free to copy it and build your own application.

Screenshot

Configuration

  • Rename .env-example to .env
  • Create Pusher account and update .env
  • Update .env with all other variables

Setup & Run the app

Install node, npm, mongodb
Run `npm install` in the project directory
Run `node .` and point your browser to http://localhost:3000

Production

  (Install Heroku Toolbelt and setup account)

You'll need to add a new config entry using heroku terminal utility.

  heroku config:add NODE_ENV=production

About

expressjs-example is a super light, super simple and developer-friendly app built on Node.js

License:MIT License


Languages

Language:JavaScript 77.4%Language:HTML 10.8%Language:CSS 9.4%Language:Shell 2.3%