Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 457 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 457 Bytes

Fullstack Vue

Testing - Basics

  1. Ensure you have npm installed.

  2. Install the dependencies

npm install
  1. Boot the app
npm run dev

The server is now running - watch the console output for instructions, but by default, your server is now running (with hot reload) at http://localhost:8080/

  1. Run unit tests
npm run test
  1. Run unit tests in watch mode
npm run test:watch