Working parcel setup

This commit is contained in:
Patrick Smith
2018-08-02 13:51:54 -04:00
parent 5b764a51fb
commit 015adaf30f
39 changed files with 349 additions and 72 deletions

7
static/js/thing.js Normal file
View File

@@ -0,0 +1,7 @@
console.log('hanlo again')
window.onload = function() {
console.log('boop')
const thing = document.querySelector('#hello')
thing.innerHTML = 'hanlo friendo'
}