Slide 18
Slide 18 text
Steps
- Create Device
- Setup
- Create App
To begin, go to the terminal, make a new directory and cd
into it.
$ m
k
d
i
r n
e
w
-
p
r
o
j
e
c
t &
& c
d $
_
You can now kick-start your AngularJS app.
$ y
o a
n
g
u
l
a
r
It will also ask you if you would like to include Twitter
Bootstrap and other stuff. Once you've decided, just hit
Enter. It will take a while to complete. To preview what
the app looks like run the serve command.
$ g
r
u
n
t s
e
r
v
e
The server supports LiveReload, meaning you can fire up
a text editor, edit a custom element and the browser will
reload on save.
18 / 36