Created
July 4, 2022 17:40
-
-
Save franxo/ee9ddea96712e9f8d54cdcd7fef5e752 to your computer and use it in GitHub Desktop.
Lando file for React app
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
name: my_react_app | |
recipe: mean | |
config: | |
node: 16 | |
build: | |
- npm install | |
command: npm start | |
globals: [] | |
port: 3000 | |
# Lando MEAN plugin | |
# https://docs.lando.dev/mean/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment