Skip to content

Instantly share code, notes, and snippets.

@wataruoguchi
Created September 26, 2018 05:56
Show Gist options
  • Save wataruoguchi/eca0151a319923f63345a3c41c2e9b2b to your computer and use it in GitHub Desktop.
Save wataruoguchi/eca0151a319923f63345a3c41c2e9b2b to your computer and use it in GitHub Desktop.
$ # add the packages
$ yarn
$ # install express
$ yarn add express
$ # move to src directory, build the app and go back to functions directory
$ cd ../src/ && yarn build && cd ../functions/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment