rommelcanoy / react-inertia-laravel-todo

A todo app that was made using Laravel and Inertia.js with React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo List Readme Guide

General Information

  • Website name: Todo List
  • Serve: localhost
  • PHP Framework: Laravel (v.10.10)
  • Javascript framework: Reactjs
  • CSS Framework: Tailwindcss

Requirements

In order to install and run Todo List, the following requirements must be met:

  • Composer (v2.2.7) or higher
  • Node (v16.7) and npm (v8.15.0) or higher
  • Git
  • PHP (v 7.4) or higher

Installation

To install and run Todo List, follow the steps below:

  1. Go to the root directory of the project in Git Bash or command prompt. Once you are in the root directory, run the following commands in two separate terminals:

Terminal 1:

  • composer install
  • cp .env.example .env
  • php artisan key:generate
  • php artisan serve

Terminal 2:

  • npm install
  • npm run dev

About

A todo app that was made using Laravel and Inertia.js with React.


Languages

Language:PHP 80.5%Language:JavaScript 19.0%Language:Blade 0.4%Language:CSS 0.1%