/usp-codelabs-node-2018

Repository for USP Codelabs 2018 Node.js Talk

Primary LanguageTypeScriptMIT LicenseMIT

USP Codelabs Node.js 2018 Talk

Repository for USP Codelabs 2018 Node.js Talk

Requirements

You need to have MongoDB installed.

How to run the project

To install the project run at the root:

yarn

For Express example application run:

yarn watch-server-express

For KOA example application run:

yarn watch-server-koa