A Meteor + Angular 2 seed
-
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.
-
Setup your local GIT configuration:
git config --local user.email "youraddress@email.com" git config --local user.name "Your Name"
-
Enjoy.
-
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 "youraddress@email.com" git config --local user.name "Your Name"
-
Enjoy.
https://github.com/jordansissel/heroku-buildpack-meteor
[to-do]
[to-do]