SSL Communication between Express and Axios

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

Building

    npm install
    npm run start:watch
    npm run start:client

The expected output will be Hello World on the client side

License

MIT