Skip to content

Commit 165deb7

Browse files
committed
readme update
1 parent 76854c5 commit 165deb7

File tree

4 files changed

+7
-41
lines changed

4 files changed

+7
-41
lines changed

src/app/send-email/send-email.component.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/app/send-email/send-email.component.scss

Whitespace-only changes.

src/app/send-email/send-email.component.ts

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/app/ui/readme-page/readme-page.component.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
<h1><a id="FireStarter__Angular4__Firebase_Starter_App_0"></a>FireStarter - Angular4 + Firebase Starter App</h1>
22
<p>FireStarter is designed to handle the basic features most Angular+Firebase apps need. It can serve as a foundation to quickly roll out more complex features.</p>
3-
<h2><a id="Features_4"></a>Features</h2>
3+
<p><a href="https://firestarter-96e46.firebaseapp.com/">Live Demo</a><br>
4+
<a href="https://angularfirebase.com">Lessons and Screencasts</a></p>
5+
<h2><a id="Features_7"></a>Features</h2>
46
<ul>
57
<li>Authentication w/ Router Guard</li>
68
<li>Realtime Database CRUD Demo</li>
79
<li>File Uploads to Firebase Storage Demo</li>
810
<li>SASS + Bulma + FontAwesome</li>
911
<li>Reactive Form Validation</li>
1012
</ul>
11-
<h2><a id="Usage_12"></a>Usage</h2>
13+
<h2><a id="Usage_15"></a>Usage</h2>
1214
<p>Create an account at <a href="https://firebase.google.com/">https://firebase.google.com/</a></p>
1315
<ul>
1416
<li><code>git clone https://github.com/codediodeio/angular-firestarter.git firestarter</code></li>
1517
<li><code>cd firestarter</code></li>
1618
<li><code>npm install</code></li>
1719
</ul>
1820
<p>Create the environment files below in <code>src/environments/</code>.</p>
19-
<h4><a id="environmentts_22"></a>environment.ts</h4>
21+
<h4><a id="environmentts_25"></a>environment.ts</h4>
2022
<pre><code class="language-typescript"><span class="hljs-keyword">export</span> <span class="hljs-keyword">const</span> environment = {{'{'}}
2123
production: <span class="hljs-literal">false</span>,
2224
firebaseConfig: {{'{'}}
@@ -36,7 +38,8 @@ <h4><a id="environmentprodts_34"></a>environment.prod.ts</h4>
3638
{{'}'}};
3739
</code></pre>
3840
<p>And finally <code>ng serve</code></p>
39-
<h2><a id="Apps_Using_FireStarter_in_Production_46"></a>Apps Using FireStarter in Production</h2>
41+
<h2><a id="Apps_Using_FireStarter_in_Production_49"></a>Apps Using FireStarter in Production</h2>
4042
<ul>
4143
<li><a href="https://app.artifilter.com">ArtiFilter</a> - Neural Art Generator</li>
44+
<li><a href="https://flashlawyer.com">FlashLawyer</a> - Legal Document Builder and Chatbot</li>
4245
</ul>

0 commit comments

Comments
 (0)