Created
September 26, 2018 05:56
-
-
Save wataruoguchi/eca0151a319923f63345a3c41c2e9b2b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ # 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