Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scotch-io/starter-node-angular
A starter kit for Node and Angular Single Page Apps
https://github.com/scotch-io/starter-node-angular
Last synced: 2 days ago
JSON representation
A starter kit for Node and Angular Single Page Apps
- Host: GitHub
- URL: https://github.com/scotch-io/starter-node-angular
- Owner: scotch-io
- Created: 2014-01-18T18:15:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-14T16:02:22.000Z (over 2 years ago)
- Last Synced: 2024-11-07T17:07:20.543Z (9 days ago)
- Language: JavaScript
- Homepage: http://scotch.io/bar-talk/setting-up-a-mean-stack-single-page-application
- Size: 2.6 MB
- Stars: 477
- Watchers: 41
- Forks: 1,441
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MEAN Stack Single Page Application Starter
This is a repo for a starter appliation for a Single Page MEAN Stack application. Just download and install and you have a good foundation for building application.
## Installation
1. Download the repository
2. Install npm modules: `npm install`
3. Install bower dependencies `bower install`
4. Start up the server: `node server.js`
5. View in browser at http://localhost:8080Use this starter kit to build any MEAN stack application you like.
If you have any questions or requests, email us at [[email protected]](mailto:[email protected]) and we'll keep updating this to make it perfect.
## Future Additions
- CRUD examples
- Development and Production Environments
- Link examples
- Single Page AngularJS Animations