Skip to content

weboxstudio/bot-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor-Angular-2-seed

A Meteor + Angular 2 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.

  • Setup your local GIT configuration:

    git config --local user.email "youraddress@email.com"
    git config --local user.name "Your Name"
    
  • Enjoy.

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 "youraddress@email.com"
    git config --local user.name "Your Name"
    
  • Enjoy.

Production settings

Heroku

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

Updating the stack in codio

[to-do]

Updating the starter pack in codio

[to-do]

Releases

No releases published

Packages

No packages published