Created
December 20, 2019 17:17
-
-
Save novitskiy-aleksei/716b773a9f5ba3ad6b2d4bf66b0a349f 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
# проверить настройки в файле .env | |
# установить yarn | |
curl -o- -L https://yarnpkg.com/install.sh | bash | |
# установить зависимости | |
yarn install | |
# запустить | |
yarn start:prod |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment