Skip to content

Next.jsでcookieとか使いたい時、Custom Serverを立てたくなかったらこれを使う

Notifications You must be signed in to change notification settings

ryu1715/node-https-proxy-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

使い方

  1. 証明書の発行のために、mkcertをinstall
# mkcertのインストール
brew install mkcert

# ローカルCA(認証局)のインストール
mkcert -install

# 認証書の生成
mkcert localhost
  1. Next.jsの開発サーバーを起動
npm run dev
  1. リバースプロキシを起動
node reverse-proxy.js
  1. https://localhost:3100にアクセス

About

Next.jsでcookieとか使いたい時、Custom Serverを立てたくなかったらこれを使う

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published