pp-fe-assignment

This project is only to demonstrate coding skills.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Running Tests

For running tests make sure the server is running

npm run dev

Then run

npm run test OR npm run test:headless