This repo is a test to make the secure ssl communication between Express.js and Axios
CERTIFICATE SHOULD NEVER BE PUSHED ON GIT AND ARE HERE FOR TESTING PURPOSE ONLY
npm install
npm run start:watch
npm run start:client
The expected output will be Hello World
on the client side
MIT