Skip to content

ayushgupta11/todo-app

Repository files navigation

TODO APP based on Vue.js

Todo-App

To host PWA on your localhost:

  • Install ngrok via npm globally
  • run "npm run build"
  • Start nginx and navigate to "dist" folder in the project
  • Start localhost
  • Start ngrok at the same port as localhost

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit