aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.js')
-rw-r--r--src/app.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/app.js b/src/app.js
new file mode 100644
index 0000000..694d4fa
--- /dev/null
+++ b/src/app.js
@@ -0,0 +1,6 @@
+console.log('Arrancada la aplicaciĆ³n compilando CSS y SaSS');
+
+
+/* CSS */
+import 'bootstrap/dist/css/bootstrap.min.css';
+import './app.scss'; \ No newline at end of file