/meteor-angular4-boilerplate

A boilerplate for meteor app which uses angular4

Primary LanguageTypeScript

Meteor-Angular4-Boilerplate

Introducation

This is a boilerplate for somebody who wants to user angular4 in his meteor app.

Usage

Clone this boilerplate:

  $cd meteor-angular4-boilerplate
  $meteor run

You can add your front-end code into the folder client and add the back-end code into the folder server.