Skip to content

softspiders/express-basicauth-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOFTSPIDERS

express-basicauth-starter

Minimalistic basic authentication starter on Express


Feature tags

  • basic-auth
  • express
  • node
  • starter
  • template

Authors

Danila Asoyan


Install

npm i

Run

In first command prompt run server:

npm run start:server

In second command prompt run client:

npm run start:client

If the starter has worked correctly, in command prompt you should see:

Unauthorized
{ method: 'GET' }

License

Licensed under the MIT license.