All Projects → zaichaopan → laravel-react-spa

zaichaopan / laravel-react-spa

Licence: other
A Laravel-React SPA starter project template.

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to laravel-react-spa

Preact Redux Isomorphic
preact-redux-isomorphic PWA SPA SSR best practices and libraries in under 80kB page size (for live demo click the link below)
Stars: ✭ 85 (-9.57%)
Mutual labels:  spa, react-router
coconat
🍥 StarterKit Builder for rocket-speed App creation on 🚀 React 17 + 📙 Redux 4 + 🚠 Router 5 + 📪 Webpack 5 + 🎳 Babel 7 + 📜 TypeScript 4 + 🚔 Linters 23 + 🔥 HMR 3
Stars: ✭ 95 (+1.06%)
Mutual labels:  hooks, react-router
Award
⚙基于react的服务端渲染框架
Stars: ✭ 91 (-3.19%)
Mutual labels:  spa, react-router
edliz
This 7th essential medicines list and standard treatment guidelines for the most common health conditions in Zimbabwe has been endorsed by the National Medicine & Therapeutics Policy Advisory Committee [NMTPAC]. It is the product of many years of combined efforts by hundreds of health workers at all levels of the health care system in Zimbabwe. …
Stars: ✭ 25 (-73.4%)
Mutual labels:  spa, react-router
React 5ddm
5d动漫,使用React,服务端渲染,接口(不开源)来自赞片CMS。仅供参考,交流群:14646823 欢迎加入
Stars: ✭ 50 (-46.81%)
Mutual labels:  hooks, react-router
Ice
🚀 The Progressive App Framework Based On React(基于 React 的渐进式应用框架)
Stars: ✭ 16,961 (+17943.62%)
Mutual labels:  spa, react-router
use-app-state
🌏 useAppState() hook. that global version of setState() built on Context.
Stars: ✭ 65 (-30.85%)
Mutual labels:  hooks, context
Productivity Frontend
Productivity Application - Kanban Style Productivity Management Application with Customizable Boards, Lists and Cards to Make You More Productive.
Stars: ✭ 234 (+148.94%)
Mutual labels:  spa, react-router
Use Global Context
A new way to use “useContext” better
Stars: ✭ 34 (-63.83%)
Mutual labels:  hooks, context
Web3 React
🧰 A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
Stars: ✭ 788 (+738.3%)
Mutual labels:  hooks, context
nextjs-react-router
A demonstration of how to use React Router inside Next.js
Stars: ✭ 64 (-31.91%)
Mutual labels:  spa, react-router
Alldemo
🍑 2020全栈学习Demo大合集 包含最新 hooks TS 等 还有umi+dva,数据可视化等实战项目 (持续更新中)
Stars: ✭ 189 (+101.06%)
Mutual labels:  hooks, react-router
reactube-client
A clone Youtube Web Player using React Provider Pattern, React Context and Typescript
Stars: ✭ 92 (-2.13%)
Mutual labels:  react-router, context
React Static Complete Website
A complete website built using React JS, With SEO, Code Splitting, Pre-rendering, gzip and more.
Stars: ✭ 16 (-82.98%)
Mutual labels:  spa, react-router
no-redux
⚛️ 🎣 Experimenting with using hooks and context instead of Redux
Stars: ✭ 79 (-15.96%)
Mutual labels:  hooks, context
Spotify Clone Client
A ReactJS clone application of the popular Spotify music streaming service. This application utilizes the Spotify API and the Spotify Web Playback SDK
Stars: ✭ 162 (+72.34%)
Mutual labels:  hooks, react-router
react-generate-context
A helper function for reducing React Context boilerplate
Stars: ✭ 24 (-74.47%)
Mutual labels:  hooks, context
framer-motion-hooks
Fill the hook gap in Framer Motion
Stars: ✭ 160 (+70.21%)
Mutual labels:  hooks
use-images-loaded
🖼️ Returns true once all the images inside a container are loaded
Stars: ✭ 82 (-12.77%)
Mutual labels:  hooks
laravel-react-boilerplate
Laravel React Boilerplate with Ant Design, Route-Level Code Splitting, Redux, Sanctum Auth
Stars: ✭ 49 (-47.87%)
Mutual labels:  react-router

Laravel-React SPA

Starter Boilerplate SPA made with Laravel and React.

Features

  • Laravel 7, React, React Router
  • React Hook, React Context for state management
  • Authentication with JWT
  • Login, register, reset password
  • Flexible Page Layout
  • Flexible, Protected Routing
  • Tailwind CSS
  • ESlint

Installation

  • Clone the repo
  • Installing all Composer & NPM dependencies.
composer install && npm install
  • Copy .env.example to .env
  • Generate app key
php artisan key:generate
  • Run database migration
php artisan migrate:fresh
  • Generate JWT secret
php artisan jwt:secret
  • Compiling Assets
npm run dev
  • Boot up a server
php artisan serve
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].