trevtrich / modules-talk

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

Home Page:https://github.com/trevtrich/modules-talk#readme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://github.com/trevtrich/modules-talk#readme

License:MIT License


Languages

Language:JavaScript 78.4%Language:HTML 19.2%Language:Gherkin 2.3%Language:Shell 0.1%