Skip to content

weboxstudio/meteor-angular2-seed

Repository files navigation

Build Status

Meteor-Angular-2-seed

Just a Meteor + Angular 2 project seed.

Starting a new project

  • Create a new repo on bitbucket or github.

  • Create a new project in codio by selecting the WEBOXSTUDIO/Meteor + Angular 2 starter pack.

  • Change the repo reference in the file .git/config.

  • Start a new meteor project with meteor create new-project

  • Move the folder new-project/.meteor to the root directory

  • Remove the folder new-project

  • Setup your local GIT configuration:

    git config --local user.email "[email protected]"
    git config --local user.name "Your Name"
    

Creating a new box based on an existing project

  • Create a new project in codio by selecting the WEBOXSTUDIO/Meteor stack.

  • Add the existing repo reference by typing git remote add git@REPOPROVIDER/REPOREFERENCE.git in console.

  • Setup your local GIT configuration:

    git config --local user.email "[email protected]"
    git config --local user.name "Your Name"
    

Production settings

Heroku

https://github.com/jordansissel/heroku-buildpack-meteor

Updating the stack in codio

  • Update the packages in the box based on this repo in codio.
  • Go to the stacks section.
  • Add a new version to the WEBOXSTUDIO/Meteor stack.

Updating the starter pack in codio

  • Update the code in the box based on this repo in codio.
  • Go to the starter packs section.
  • Edit the stack version of the WEBOXSTUDIO/Meteor + Angular 2 starter pack.

Releases

No releases published

Packages

No packages published