Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 710 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 710 Bytes

Introduction

This simple todos application is written using Tailwind CSS, Alpine JS, and the Streams API Client.

API Server

You will need to install the accompanying API server to run this application.

Getting Started

  • 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.

The Basics

For reference, the API Client is configured within src/streams.ts and used within src/store/index.ts.