Skip to content

sutin1234/laravel6-svelte3

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Svelte3

Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app.

Get started with Svelte

  • used degut templates https://github.com/Rich-Harris/degit
  • npx degit sveltejs/template svelte-app
  • cd svelte-app
  • npm install
  • npm run dev

How to install Laravel & Svelte

  • git clone https://github.com/sutin1234/laravel6-svelte3.git project-name
  • cd project-name
  • composer install
  • npm install
  • npm run watch & php artisan serve

Running

  • http://localhost:5000

About

integrated Svaelte inside Laravel6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published