/cjs-example

Example app using commonjs-everywhere

Primary LanguageJavaScript

Hello World example using commonjs-everywhere.

Demo the app:

make demo

Or set things up manually:

Install dependencies after a fresh clone:

make setup

Resolve dependencies and build the example app:

make build

Open the demo app:

open public/index.html