FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

flightphp/velt: 🚀 Quick and easy Svelte starter template with a FlightPHP backend 💻🌐✨ · GitHub

/ velt Public template

Repository files navigation

Velt is a quick and easy Svelte starter template with a FlightPHP backend. This template allows you to kickstart web application development using Svelte on the frontend and FlightPHP on the backend. 🚀 Start building your web projects swiftly and efficiently with Velt! 💻🌐✨

Learn velt stack:

Requirements

  • NodeJS >= 18
  • PHP >= 7.4
  • Composer >= 2

Installation

Using composer

composer create-project flightphp/velt <my-project>
cd <my-project>
npm install
composer install
npm run dev

Using git

Clone this repo running:

git clone https://github.com/flightphp/velt <my-project>
cd <my-project>
npm install
composer install
npm run dev

If you don't want to keep git template history you can delete .git folder

rm .git -rf # linux/mac/windows git bash
RD /Q /S .git # windows

Or you can skip all this and use next method 👇🏽

Using degit

npx degit flightphp/velt <my-project>
cd <my-project>
npm install
composer install
npm run dev

About

🚀 Quick and easy Svelte starter template with a FlightPHP backend 💻🌐✨

Topics

Resources

Stars

9 stars

Watchers

2 watching

Forks

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL