Add files via upload

This commit is contained in:
Giandonato Inverso
2020-09-08 18:43:51 +02:00
committed by GitHub
parent 44e8465129
commit a6bf0d6ca9
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