This simple todos application is written in Vue using the Streams API Client.
You will need to install the accompanying API server to run this application.
- Clone this repository locally.
- Run
npm install
within the project. - Run
cp .env.example .env
and adjust as needed. - Use
npm run serve
to start your local server.
For reference, the API Client is configured within src/streams.ts
and used within src/store/index.ts
.