Dwipasca / cart-shop

simple cart shop with Laravel 9 + React JS + Tailwindcss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cart Shop

Screenshoot

Screen Shot 2022-07-10 at 22 38 05

Screen Shot 2022-07-10 at 22 38 41

Screen Shot 2022-07-10 at 22 46 27

Depp or Lib I use

How to use

  • clone this repo
    git clone git@github.com:Dwipasca/cart-shop.git
  • go to the project directory
    cd cart-shop
  • install depp
    composer install
    npm install
  • create a new file .env and then copy all contents of the file .env.example
  • set the project key
    php artisan key:generate
  • run project
    php artisan serve
    npm run dev

About

simple cart shop with Laravel 9 + React JS + Tailwindcss


Languages

Language:PHP 79.1%Language:JavaScript 19.6%Language:Shell 0.8%Language:Blade 0.4%Language:CSS 0.0%