Skip to content
/ shark Public template

[WIP] - A quickstart for Shopify app

License

Notifications You must be signed in to change notification settings

niveshsaharan/shark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHARK: Shopify app rapid-development kit

Tests Shark

I am building this as starting point for all my future Shopify apps

Installation

You can clone the repository:

git clone https://github.com/niveshsaharan/shark.git

Or Use this template to generate a project directly from this template.

Setup

  1. Clone/Use this template
  2. Run composer install
  3. Run npm install
  4. Run npm run dev
  5. Run php artisan migrate

Admin

Laravel Nova is used to build the admin panel so if you need to use it, you must have a valid licence for Laravel Nova. If you don't have it, you can get it by visiting https://nova.laravel.com

Once you have the licence, you can run following command to install it:

php artisan shark:admin:install

Create an admin user by running following command:

php artisan shark:admin:user

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email hey@nive.sh instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.