Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjlamb12/mean-seed
MEAN Stack seed
https://github.com/pjlamb12/mean-seed
Last synced: 12 days ago
JSON representation
MEAN Stack seed
- Host: GitHub
- URL: https://github.com/pjlamb12/mean-seed
- Owner: pjlamb12
- Created: 2014-12-10T20:31:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-11T06:16:28.000Z (over 9 years ago)
- Last Synced: 2024-05-01T12:35:38.280Z (8 months ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MEAN Seed by [pjlamb12](http://www.twitter.com/plambweb)
##Description
This project is my own MEAN stack seed project to get started with MEAN web apps quickly and efficiently.The AngularJS portion is taken from my own [AngularJS Seed project](https://github.com/pjlamb12/angular-base/tree/ui-router), ui-router branch.
AngularJS comes with angular-bootstrap, angular-ui-router, bootstrap, jquery, angular-resource, and toastr.
Passport, passport-local, mongoose, and express all come pre-loaded as well.
##Starting
To get the project running, run `npm install && bower install`. After installing dependencies, run `node server.js`. If you have nodemon installed, you can also run `npm start`, and it will run `npm install && bower install` before starting up your server.##License
The MIT License (MIT)Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.