Skip to content

geniusyinka/react-laravel-login

Repository files navigation

About

Laravel 8.4 and React 17.0.2 Tailwindcss 2.2.0

This is a full-stack ReactJs + Laravel + tailwindcss project.

It's a fully functional user signup and login page. Built with Laravel for the authentication API and consumed with ReactJs styled with Tailwindcss.

Prerequisite

  1. Make sure you have composer installed.
  2. Make sure you have latest stable version of node installed.

Setup and Installation

  1. git clone
  2. create a .env file copy content from .env.example
  3. composer install && composer update
  4. php artisan migrate:refresh
  5. npm install && npm run dev
  6. php artisan key:generate
  7. php artisan serve
  8. npm run watch

open browser and check the address:

http://127.0.0.1:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published