Skip to content

Instantly share code, notes, and snippets.

@filipgorczynski
Created February 9, 2018 11:03
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 filipgorczynski/066239d6e31b21d16fbacc4e1d83a0de to your computer and use it in GitHub Desktop.
Save filipgorczynski/066239d6e31b21d16fbacc4e1d83a0de to your computer and use it in GitHub Desktop.
Commands to run Vue.js 2 and Django servers locally
# run Vue.js 2 development server (default port 8080)
npm run dev
# run Django development server (default port 8000)
python manage.py runserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment