jajukajulz / nodestarter

Starter template of a Node JS app running an Express Server using Local passport authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodestarter

nodestarter is a starter template of a Node JS app running an Express Server using Local passport authentication.

Installation (Development Environment)

In order to run nodestarter, clone the repo, install the ndoe dependencies and fire-up the server.

  1. Install node dependencies.
$npm install
  1. Start the web server (Express) and navigate to http://localhost:3000/ in your browser.
$npm run dev

About

Starter template of a Node JS app running an Express Server using Local passport authentication.


Languages

Language:JavaScript 68.9%Language:HTML 30.3%Language:CSS 0.7%