An open API service indexing awesome lists of open source software.

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

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