diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-06-19 08:17:22 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:20:13 +0100 |
commit | 3fcbd1cd6f5b4fc59bc589eec80bf4d651fe6662 (patch) | |
tree | 0a7754a3512a316e39a94024b65f783a140f2de0 /src/app.js | |
parent | 3a0d63888d4533463f3f2131253bc2762f14b47a (diff) |
STRUCT Repo structure with basic layout
Diffstat (limited to 'src/app.js')
-rw-r--r-- | src/app.js | 6 |
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 |