Skip to content

Latest commit

 

History

History

basic-browser-js

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Basic Browser JS

A simple example showcasing Pandino implementation details for a Browser-based project written in pure JavaScript.

Running the example

  • Run pnpm run build first in the project root to create local artifacts
  • Run ./cp-dependencies.sh to copy library artifacts
  • Run npx serve dist in this folder to start a web server

Server will start at: http://localhost:3000