8 lines
259 B
Markdown

This example is written in JavaScript without any build, using JavaScript
modules to organize code into separate files and importing from one file to the
other using native `import` syntax.
To set up, run `npm install`.
To run the project, run `npm start`.