Skip to content

Instantly share code, notes, and snippets.

@alexfuser
Created June 25, 2020 13:51
Show Gist options
  • Save alexfuser/fff42e6a04268ea3173ae647c9358ca2 to your computer and use it in GitHub Desktop.
Save alexfuser/fff42e6a04268ea3173ae647c9358ca2 to your computer and use it in GitHub Desktop.
Api
php -S localhost:8081 -t public
//conexion a la base de datos y levanta el backend
MainFolder
php -S localhost:8080
//conexion con adminer, administrador de base de datos
System
ng serve
//levanta el frontend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment