eatenpancreas / new-laravel-stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project has been built with the ReLaTT stack.

React Logo Laravel Logo Tailwind Logo Typescript Logo

React • Laravel • Tailwind • Typescript

Setup

  1. Clone the repository
  2. cd into web
  3. run npm install to install all dependencies
  4. run npm run dev to start the development server
  5. React is now running on localhost:3000.
  6. cd into api
  7. run composer install to install all dependencies
  8. run php artisan serve to start the development server
  9. Laravel is now running on localhost:8000.
  10. You're all set! Access the environment on localhost:3000.

About


Languages

Language:PHP 93.2%Language:TypeScript 5.8%Language:CSS 0.7%Language:JavaScript 0.2%