Skip to content

Instantly share code, notes, and snippets.

@ea2305
Last active January 31, 2018 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ea2305/e703ff9efc666cd4b00b20997747fbd3 to your computer and use it in GitHub Desktop.
Save ea2305/e703ff9efc666cd4b00b20997747fbd3 to your computer and use it in GitHub Desktop.
Comandos de instalación de AdonisJS
# instalación de Adonis CLI
npm i -g @adonisjs/cli
# Creación de nuevo proyecto
adonis new myAppName
# Abrimos el directorio y ejecutamos el servidor para desarrollo
cd myAppName
adonis serve --dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment