We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fedd987 commit aee35ceCopy full SHA for aee35ce
README.md
@@ -8,17 +8,16 @@ Demo
8
9
- Authentication w/ Router Guard
10
- Realtime Database CRUD Demo
11
-- File Uploads to Firebase Storage
12
-- SASS-based
13
-- Bootstrap 4
+- File Uploads to Firebase Storage Demo
+- SASS + Bootstrap 4 + FontAwesome
14
15
## Usage
16
17
Create an account at https://firebase.google.com/
18
19
-`git clone`
20
-`cd firestarter`
21
-`npm install`
+- `git clone`
+- `cd firestarter`
+- `npm install`
22
23
Create two new files in the `/environments` dir.
24
src/styles.scss
@@ -1,4 +1,2 @@
1
-// @import '../node_modules/bootstrap/dist/css/bootstrap.min.css';
2
@import "./styles/loading.scss";
3
-@import "./styles/materia.scss";
4
@import "./styles/firestarter.scss";
0 commit comments