From 577649504775349936391330a8bdf3fd58464a67 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Wed, 19 Jun 2019 08:17:22 +0200 Subject: STRUCT Repo structure with basic layout --- src/app.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/app.js (limited to 'src/app.js') 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 -- cgit 1.2.3-korg