Skip to content

laravel-streams/todos-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This simple todos application is written in React using Tailwind 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 start to start your local server.

The Basics

For reference, the API Client is configured and used primarily within src/components/App.jsx.