Skip to content

Laravel + React web application using React, TypeScript, Tailwindcss

Notifications You must be signed in to change notification settings

rzqdevgod/Staff-hub

Repository files navigation

Laravel + React

Documentation for Kareria Group:

Installation:

First, clone this project from the github.

git clone https://github.com/rzqdevgod/Staff-hub.git

To run the backend server for this app, please execute the following commands:

cd backend

copy .env.example .env 

composer install

php artisan migrate

php artisan serve or php -S localhost:8000 -t public

Also, for the frontend, execute the following commands:

cd frontend

npm install
or
yarn install

npm start
or 
yarn start

About

Laravel + React web application using React, TypeScript, Tailwindcss

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published