Skip to content

BrianMikinski/expressjsssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

expressjsssl

How to configure express js with ssl for local development

  1. Run the following command to configure a new express app with a basice express api and index.html page
npx express-generator --no-view
  1. Install the required node js packages
npm i
  1. Make the proper edits in the bin/www.js file

  2. Run the tutorial using

npm run start
  1. Happy Coding

About

How to configure express js with ssl for local development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published