Skip to content

Commit

Permalink
added content to the slides
Browse files Browse the repository at this point in the history
  • Loading branch information
eric chavez authored and eric chavez committed Jul 24, 2017
1 parent f4244d8 commit caeb3e8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
22 changes: 18 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,25 @@
<div class="slides">
<section>
<img src="angular-cli.jpg" alt="">



</section>
<section>
<h3>WHAT IS THE CLI?</h3>
<blockquote cite="https://cli.angular.io/">
<blockquote cite="https://cli.angular.io/" style="font-size:13px;">
The Angular CLI makes it easy to create an application that already works, right out of the box. It already follows our best
practices!
</blockquote>
<p>
Best way to bootstrap your Angular project
</p>
<ul>
<li>Standard</li>
<li>Style Guide</li>
<li>Develop Framework</li>
<li>Build Automation</li>
<li>Testing </li>
<li>etc.... </li>
</ul>

</section>
<section>
<h3>
Expand Down Expand Up @@ -59,6 +68,11 @@ <h3>
<section>
<h3>
DEMO!
<h4>
https://github.com/831Dev/angular-cli</h4>
<h4>
https://github.com/831Dev/vscode-snippets
</h4>
</h3>

</section>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server"
"start": "http-server -p 8181 -o"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit caeb3e8

Please sign in to comment.