You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2021. It is now read-only.
<smallclass="list-group-item-text">Posted on <spandata-ng-bind="article.created | date:'mediumDate'"></span> by <spandata-ng-bind="article.user.displayName"></span></small>
<emclass="text-muted">Posted on {{article.created | date:'mediumDate'}} by {{article.user.displayName}}</em>
14
+
<emclass="text-muted">Posted on <spandata-ng-bind="article.created | date:'mediumDate'"></span> by <spandata-ng-bind="article.user.displayName"></span></em>
<h2>Congrats! You've configured and run the sample application.</h2>
20
-
<p>MEAN.JS is a web application boilerplate. That means start changing everything :-)</p>
21
-
<p>This sample application tracks users and articles. Click <em>Signup</em> to get started. To configure your app to work with your social accounts, edit the <em>/config/strategies/*.js</em> files.</p>
22
-
<divid="techTable" class="row clearfix">
23
-
<divclass="col-md-3 column">
24
-
<h2><em>M</em>ongoDB</h2>
25
-
<p><atarget="_blank" href="http://mongodb.org/">MongoDB</a> is a database. MongoDB's <atarget="_blank" href="http://docs.mongodb.org/manual/">great manual</a>, to get started with NoSQL and MongoDB.</p>
26
-
</div>
27
-
<divclass="col-md-3 column">
28
-
<h2><em>E</em>xpress</h2>
29
-
<p><atarget="_blank" href="http://expressjs.com/"> Express</a> is an app server. Check out <atarget="_blank" href="http://expressjs.com/guide.html">The Express Guide</a> or <atarget="_blank" href="http://stackoverflow.com/questions/8144214/learning-express-for-node-js">StackOverflow</a> for more info.</p>
30
-
</div>
31
-
<divclass="col-md-3 column">
32
-
<h2><em>A</em>ngularJS</h2>
33
-
<p>AngularJS is web app framework. <atarget="_blank" href="http://angularjs.org/">Angular's webiste</a> offers alot. The <atarget="_blank" href="http://www.thinkster.io/">Thinkster Popular Guide</a> and <atarget="_blank" href="https://egghead.io/">Egghead Videos</a> are great resources.</p>
34
-
</div>
35
-
<divclass="col-md-3 column">
36
-
<h2><em>N</em>ode.js</h2>
37
-
<p><atarget="_blank" href="http://nodejs.org/">Node.js</a> is a web server. Node's website and this <atarget="_blank" href="http://stackoverflow.com/questions/2353818/how-do-i-get-started-with-node-js">stackOverflow thread</a>, are great resources.</p>
38
-
</div>
39
-
</div>
40
-
<br>
41
-
<divclass="well">
42
-
<h2>MEAN.JS Documentation</h2>
43
-
<p>
44
-
Once you're familiar with the foundation technology, check out the MEAN.JS Documentation:
<h2>Congrats! You've configured and run the sample application.</h2>
20
+
<p>MEAN.JS is a web application boilerplate, which means you should start changing everything :-)</p>
21
+
<p>This sample application tracks users and articles.</p>
22
+
<ul>
23
+
<li>
24
+
Click
25
+
<em>Signup</em>
26
+
to get started.
27
+
</li>
28
+
<li>
29
+
Configure your app to work with your social accounts, by editing the
30
+
<em>/config/env/*.js</em>
31
+
files.
32
+
</li>
33
+
<li>
34
+
Edit your users module.
35
+
</li>
36
+
<li>
37
+
Add new CRUD modules.
38
+
</li>
39
+
<li>
40
+
Have fun...
41
+
</li>
42
+
</ul>
43
+
<divid="techTable" class="row clearfix">
44
+
<divclass="col-md-3 column">
45
+
<h2>
46
+
<strong>M</strong>ongoDB
47
+
</h2>
48
+
<p><atarget="_blank" href="http://mongodb.org/">MongoDB</a> is a database. MongoDB's <atarget="_blank" href="http://docs.mongodb.org/manual/">great manual</a>, to get started with NoSQL and MongoDB.</p>
49
+
</div>
50
+
<divclass="col-md-3 column">
51
+
<h2>
52
+
<strong>E</strong>xpress
53
+
</h2>
54
+
<p><atarget="_blank" href="http://expressjs.com/"> Express</a> is an app server. Check out <atarget="_blank" href="http://expressjs.com/guide.html">The Express Guide</a> or <atarget="_blank" href="http://stackoverflow.com/questions/8144214/learning-express-for-node-js">StackOverflow</a> for more info.</p>
55
+
</div>
56
+
<divclass="col-md-3 column">
57
+
<h2>
58
+
<strong>A</strong>ngularJS
59
+
</h2>
60
+
<p>AngularJS is web app framework. <atarget="_blank" href="http://angularjs.org/">Angular's webiste</a> offers alot. The <atarget="_blank" href="http://www.thinkster.io/">Thinkster Popular Guide</a> and <atarget="_blank" href="https://egghead.io/">Egghead Videos</a> are great resources.</p>
61
+
</div>
62
+
<divclass="col-md-3 column">
63
+
<h2>
64
+
<strong>N</strong>ode.js
65
+
</h2>
66
+
<p><atarget="_blank" href="http://nodejs.org/">Node.js</a> is a web server. Node's website and this <atarget="_blank" href="http://stackoverflow.com/questions/2353818/how-do-i-get-started-with-node-js">stackOverflow thread</a>, are great resources.</p>
67
+
</div>
68
+
</div>
69
+
<br>
70
+
<divclass="well">
71
+
<h2>MEAN.JS Documentation</h2>
72
+
<p>
73
+
Once you're familiar with the foundation technology, check out the MEAN.JS Documentation:
0 commit comments