/angular-meteor-es6-dashboard-seed

Latest Angular and Meteor JavaScript (ES6) libraries, a starter project for dashboard applications with login.

Primary LanguageCSSMIT LicenseMIT

Dashboard Template Starter - Angular Meteor with JavaScript ES6; Material design (CSS)

This project uses latest Meteor, AngularJS, Google Material Design, and Mongo DB. Great for starting new projects.

Landing page

Screenshot example 1

Dashboard

Screenshot example 2

Set up Development env

  1. Install Meteor
  2. Install MongoDB
  3. cd
  4. meteor npm install
  5. meteor

HOW TO DEPLOY ON DIGITALOCEAN

[SERVER]

  • apt-get install nginx mongodb-server

see which ports are used

  • netstat -ntlp | grep LISTEN

Start mongo:

  • docker run -p 27017:27017 --name mongodb -d mongo

configure nginx in:

firewall settings:

[LOCAL]