Skip to content

Instantly share code, notes, and snippets.

@franxo
Created July 4, 2022 17:40
Show Gist options
  • Save franxo/ee9ddea96712e9f8d54cdcd7fef5e752 to your computer and use it in GitHub Desktop.
Save franxo/ee9ddea96712e9f8d54cdcd7fef5e752 to your computer and use it in GitHub Desktop.
Lando file for React app
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