- 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
Interesting - yes its' nice what you did breaking out the individual fields.