This commit is contained in:
Raphix
2023-02-18 22:09:04 +01:00
parent 6c861a6d78
commit 4f022a0d97
33 changed files with 5415 additions and 173 deletions

11
src/js/main.js Normal file
View File

@ -0,0 +1,11 @@
// Import our custom CSS
import '../scss/styles.scss'
import '@fortawesome/fontawesome-free/css/all.css'
// Import all of Bootstrap's JS
import * as bootstrap from 'bootstrap'
import * as jquery from 'jquery'
console.log("Webpack Loaded");

1
src/scss/styles.scss Normal file
View File

@ -0,0 +1 @@
@import "~bootstrap/scss/bootstrap";