Add files via upload

This commit is contained in:
Giandonato Inverso
2020-09-08 18:43:51 +02:00
committed by GitHub
parent 0d77e8f3a4
commit e599aed16f
3 changed files with 147 additions and 0 deletions
@@ -0,0 +1,11 @@
# Browserify example
Two steps need to be done for this to work
In the project root
npm install
In this folder
../../node_modules/.bin/browserify main.js -o bundle.js