This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
125 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,96 @@ | ||
<section data-ng-controller="HomeController"> | ||
|
||
<div class="container"> | ||
<div class="row clearfix"> | ||
<div class="col-md-12 column"> | ||
<div class="jumbotron"> | ||
<h1> | ||
That's some<br><img alt="140x140" src="http://meanjs.org/img/logo.png" /> | ||
</h1> | ||
<p> | ||
Open-Source Full-Stack Solution For MEAN Applications | ||
</p> | ||
<p> | ||
<a class="btn btn-primary btn-large" href="http://meanjs.org" target="_blank">Learn more</a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
<h2>Congrats! You've configured and run the sample application.</h2> | ||
<p>MEAN.JS is a web application boilerplate. That means start changing everything :-)</p> | ||
<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> | ||
<div id="techTable" class="row clearfix"> | ||
<div class="col-md-3 column"> | ||
<h2><em>M</em>ongoDB</h2> | ||
<p><a target="_blank" href="http://mongodb.org/">MongoDB</a> is a database. MongoDB's <a target="_blank" href="http://docs.mongodb.org/manual/">great manual</a>, to get started with NoSQL and MongoDB.</p> | ||
</div> | ||
<div class="col-md-3 column"> | ||
<h2><em>E</em>xpress</h2> | ||
<p><a target="_blank" href="http://expressjs.com/"> Express</a> is an app server. Check out <a target="_blank" href="http://expressjs.com/guide.html">The Express Guide</a> or <a target="_blank" href="http://stackoverflow.com/questions/8144214/learning-express-for-node-js">StackOverflow</a> for more info.</p> | ||
</div> | ||
<div class="col-md-3 column"> | ||
<h2><em>A</em>ngularJS</h2> | ||
<p>AngularJS is web app framework. <a target="_blank" href="http://angularjs.org/">Angular's webiste</a> offers alot. The <a target="_blank" href="http://www.thinkster.io/">Thinkster Popular Guide</a> and <a target="_blank" href="https://egghead.io/">Egghead Videos</a> are great resources.</p> | ||
</div> | ||
<div class="col-md-3 column"> | ||
<h2><em>N</em>ode.js</h2> | ||
<p><a target="_blank" href="http://nodejs.org/">Node.js</a> is a web server. Node's website and this <a target="_blank" href="http://stackoverflow.com/questions/2353818/how-do-i-get-started-with-node-js">stackOverflow thread</a>, are great resources.</p> | ||
</div> | ||
</div> | ||
<br> | ||
<div class="well"> | ||
<h2>MEAN.JS Documentation</h2> | ||
<p> | ||
Once you're familiar with the foundation technology, check out the MEAN.JS Documentation: | ||
<ul> | ||
<li><a target="_blank" href="http://meanjs.org/docs.html">MEAN.JS Documentation</a></li> | ||
<li><a target="_blank" href="http://meanjs.org/generator.html">Yoeman Generator</a></li> | ||
<li><a target="_blank" href="http://meanjs.org/modules.html">Modules</a></li> | ||
<li><a target="_blank" href="http://meanjs.org/changelog.html">Changelog</a></li> | ||
<li><a target="_blank" href="http://meanjs.org/community.html">Community</a></li> | ||
<li><a target="_blank" href="http://blog.meanjs.org">Blog</a></li> | ||
</ul> | ||
</p> | ||
</div> | ||
<br>Enjoy & Keep Us Updated, | ||
<br>The MEAN.JS Team. | ||
<br> | ||
<br> | ||
<br> | ||
</div> | ||
</section> | ||
<div class="container"> | ||
<div class="row clearfix"> | ||
<div class="col-md-12 column"> | ||
<div class="jumbotron text-center"> | ||
<h1> | ||
<img alt="140x140" src="http://meanjs.org/img/logo.png" /> | ||
</h1> | ||
<p> | ||
Open-Source Full-Stack Solution For MEAN Applications | ||
</p> | ||
<p> | ||
<a class="btn btn-primary btn-lg" href="http://meanjs.org" target="_blank">Learn more</a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
<h2>Congrats! You've configured and run the sample application.</h2> | ||
<p>MEAN.JS is a web application boilerplate, which means you should start changing everything :-)</p> | ||
<p>This sample application tracks users and articles.</p> | ||
<ul> | ||
<li> | ||
Click | ||
<em>Signup</em> | ||
to get started. | ||
</li> | ||
<li> | ||
Configure your app to work with your social accounts, by editing the | ||
<em>/config/env/*.js</em> | ||
files. | ||
</li> | ||
<li> | ||
Edit your users module. | ||
</li> | ||
<li> | ||
Add new CRUD modules. | ||
</li> | ||
<li> | ||
Have fun... | ||
</li> | ||
</ul> | ||
<div id="techTable" class="row clearfix"> | ||
<div class="col-md-3 column"> | ||
<h2> | ||
<strong>M</strong>ongoDB | ||
</h2> | ||
<p><a target="_blank" href="http://mongodb.org/">MongoDB</a> is a database. MongoDB's <a target="_blank" href="http://docs.mongodb.org/manual/">great manual</a>, to get started with NoSQL and MongoDB.</p> | ||
</div> | ||
<div class="col-md-3 column"> | ||
<h2> | ||
<strong>E</strong>xpress | ||
</h2> | ||
<p><a target="_blank" href="http://expressjs.com/"> Express</a> is an app server. Check out <a target="_blank" href="http://expressjs.com/guide.html">The Express Guide</a> or <a target="_blank" href="http://stackoverflow.com/questions/8144214/learning-express-for-node-js">StackOverflow</a> for more info.</p> | ||
</div> | ||
<div class="col-md-3 column"> | ||
<h2> | ||
<strong>A</strong>ngularJS | ||
</h2> | ||
<p>AngularJS is web app framework. <a target="_blank" href="http://angularjs.org/">Angular's webiste</a> offers alot. The <a target="_blank" href="http://www.thinkster.io/">Thinkster Popular Guide</a> and <a target="_blank" href="https://egghead.io/">Egghead Videos</a> are great resources.</p> | ||
</div> | ||
<div class="col-md-3 column"> | ||
<h2> | ||
<strong>N</strong>ode.js | ||
</h2> | ||
<p><a target="_blank" href="http://nodejs.org/">Node.js</a> is a web server. Node's website and this <a target="_blank" href="http://stackoverflow.com/questions/2353818/how-do-i-get-started-with-node-js">stackOverflow thread</a>, are great resources.</p> | ||
</div> | ||
</div> | ||
<br> | ||
<div class="well"> | ||
<h2>MEAN.JS Documentation</h2> | ||
<p> | ||
Once you're familiar with the foundation technology, check out the MEAN.JS Documentation: | ||
<ul> | ||
<li><a target="_blank" href="http://meanjs.org/docs.html">MEAN.JS Documentation</a> | ||
</li> | ||
<li><a target="_blank" href="http://meanjs.org/generator.html">Yoeman Generator</a> | ||
</li> | ||
<li><a target="_blank" href="http://meanjs.org/modules.html">Modules</a> | ||
</li> | ||
<li><a target="_blank" href="http://meanjs.org/changelog.html">Changelog</a> | ||
</li> | ||
<li><a target="_blank" href="http://meanjs.org/community.html">Community</a> | ||
</li> | ||
<li><a target="_blank" href="http://blog.meanjs.org">Blog</a> | ||
</li> | ||
</ul> | ||
</p> | ||
</div> | ||
<br>Enjoy & Keep Us Updated, | ||
<br>The MEAN.JS Team. | ||
<br> | ||
<br> | ||
<br> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters