digitaldrummerj / cypress-workshop-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue + Vuex + REST application

Application organization

Script commands

  • npm install to install dependencies (or npm ci for modern installs)
  • npm run reset:db resets data.json to have empty list of todos
  • npm start to start the app on http://localhost:3000

Once NPM dependencies are installed, the application should work locally without WiFi.

About


Languages

Language:JavaScript 98.0%Language:HTML 2.0%