npm install
to install dependencies (ornpm ci
for modern installs)npm run reset:db
resets data.json to have empty list of todos
Once NPM dependencies are installed, the application should work locally without WiFi.
npm install
to install dependencies (or npm ci
for modern installs)npm run reset:db
resets data.json to have empty list of todosOnce NPM dependencies are installed, the application should work locally without WiFi.