$ git clone https://github.com/ThusharaX/Product-CRUD.git
$ cd Product-CRUD/Laravel-Product-CRUD
$ composer install
$ php artisan key:generate
$ php artisan migrate
$ npm install
$ npm run dev
$ php artisan serve
-
Open your browser and type http://localhost:8000/ OR http://127.0.0.1:8000/
$ cd Product-CRUD/Nuxt-Product-View
$ yarn install
$ yarn dev
-
Open your browser and type http://localhost:3000/ OR http://127.0.0.1:3000/