davideast / angular-universal-express-firebase

A packaged Cloud Function to serve Angular Universal apps.
50 stars 9 forks source link

Clarify when/where to install package #2

Closed markgoho closed 6 years ago

markgoho commented 6 years ago

Users need to know exactly when and where to install the npm package. Most projects just have one package.json folder, but when initializing functions, we have a sub-directory with its own package.json file. Function-specific packages need to be installed there. Fixes #1