https://github.com/alanmacgowan/futbolappangular
Sample Application implemented in Angular 2
https://github.com/alanmacgowan/futbolappangular
angular angular2 express gulp mongodb nodejs rxjs systemjs typescript
Last synced: 2 months ago
JSON representation
Sample Application implemented in Angular 2
- Host: GitHub
- URL: https://github.com/alanmacgowan/futbolappangular
- Owner: alanmacgowan
- Created: 2017-06-15T00:48:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T01:25:21.000Z (almost 9 years ago)
- Last Synced: 2025-10-09T10:38:02.524Z (9 months ago)
- Topics: angular, angular2, express, gulp, mongodb, nodejs, rxjs, systemjs, typescript
- Language: TypeScript
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FutbolAppAngular
Sample application using Node.js, Express, Angular 2, MongoDB and Gulp.
# Run the app locally:
1. Install Node.js: https://nodejs.org
2. Install MongoDB: https://mongodb.com
3. Start the MongoDB daemon: navigate to MongoDB installaton folder and execute `mongod`
4. Install Nodemon and Gulp: execute `npm install nodemon gulp -g`
5. Install npm dependencies: `npm install`
6. Copy required Angular modules into the public folder: `gulp copy:libs`
7. Compile the TypeScript and start the server: `npm start`
8. Browse to http://localhost:3000