- Keep the preferred port with the project
- Each project need not run on port 3000 (Keep your
favicon.icofrom getting confused!) - Start up with
settings.jsonin a conventional way - Install utils with your project, like spacejam, ESLint, etc..
- Have a uniform interface between package projects and meteor apps
Use aliases such as:
ms"Meteor start" - runsnpm startmtest"Meteor test" - runsnpm run testmls"Meteor ls" - runsnpm run, listing all avaliable commands in package.json
Etc. Get creative.
curl -L http://bit.ly/install-package-json | sh
I agree with you.
I did some scripts in this repo : https://github.com/MeteorLyon/meteor-boilerplate
you can specify all meteor environment in packageJs and then run npm start/test !
But i missed deploy command