Skip to content

Node.js project that defines a web app using Express.

Notifications You must be signed in to change notification settings

cmr1/auth0-express-pug-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy User Authentication for Express Web Apps

This repository hosts a Node project that defines a web app using Express. You'll secure access to some of its routes using Auth0 User Authentication.

Get Started

Install the client project dependencies:

npm install

Run the server:

npm run dev

Open another terminal window and run the client proxy that enables live reload:

npm run ui

The application runs by on port 4040 to mitigate conflicting with other client applications you may be running.

Visit http://localhost:4040/ to access the starter application.

About

Node.js project that defines a web app using Express.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Pug 66.3%
  • CSS 20.1%
  • JavaScript 13.6%