Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

marmelab/https-on-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

publication Archived Repository
The code of this repository was written to illustrate the blog post HTTPS In Development: A Practical Guide
This code is not intended to be used in production, and is not maintained.

HTTPS on DEV

A small set of examples on how to use a HTTPS on a development environment.

How It Works

.
├── certs # Generated TLS certificates
│   ├── server.crt
│   └── server.key
├── examples/** # Simple examples of how to use it with various projects

Each folder under examples/ is a small project that serves static files trough HTTPS on a development environment.

Of all them contains at least a Makefile and you can run them thanks to the command make start, the app will be available at https://localhost:3000.

If needed, there is some explanations in the related README.

Available Examples

Through Third-Party Proxies

HTTPS Directly From The App

Contributing

New examples are welcome! The only requirement are the command make start and that the app should serve on localhost:3000.

Licence

https-on-dev is licensed under the MIT License, courtesy of marmelab.

Releases

No releases published

Packages

No packages published