Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 145 Bytes

File metadata and controls

13 lines (9 loc) · 145 Bytes

Todo App

Basic Todo App in JavaScript + Node.js.

Quick start

# Install the dependencies.
npm ci

# Launch the app.
npm start