Skip to content

This is the repo for the talk I will give/gave for the dsmJS user group during the November 2020 meeting.

License

Notifications You must be signed in to change notification settings

trevtrich/modules-talk

Repository files navigation

modules-talk

This is the repo for the talk I will give/gave for the dsmJS user group during the November 2020 meeting.

Build Status Codecov

Table of Contents

Usage

MIT license

In order to run the Hapi.js server based on a raw Node.js http/2 server, you'll have to create your own self-signed cert files. You can do this with the directions found here. Once you've created the files drop them into:

  • src/server/localhost.crt
  • src/server/localhost.key

These are currently ignored in VCS, as this would be a bad idea to deploying your true app certs this way.

Build the Bundle

$ npm run build

Start the Server

$ npm start

Contributing

PRs Welcome Conventional Commits Commitizen friendly Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test

About

This is the repo for the talk I will give/gave for the dsmJS user group during the November 2020 meeting.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published