Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flightphp/velt
🚀 Quick and easy Svelte starter template with a FlightPHP backend 💻🌐✨
https://github.com/flightphp/velt
composer-project flight php restfull-application starter-template svelte template-project
Last synced: 3 months ago
JSON representation
🚀 Quick and easy Svelte starter template with a FlightPHP backend 💻🌐✨
- Host: GitHub
- URL: https://github.com/flightphp/velt
- Owner: flightphp
- License: mit
- Created: 2024-01-31T07:14:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-25T03:20:57.000Z (8 months ago)
- Last Synced: 2024-11-13T13:52:16.330Z (3 months ago)
- Topics: composer-project, flight, php, restfull-application, starter-template, svelte, template-project
- Language: JavaScript
- Homepage: https://faslatam.000webhostapp.com/plantillas/velt/public
- Size: 39.1 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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:
- [Svelte](https://svelte.dev)
- [Flight](https://docs.flightphp.com)## Requirements
- NodeJS >= 18
- PHP >= 7.4
- Composer >= 2## Installation
### Using composer
```bash
composer create-project flightphp/velt
cd
npm install
composer install
npm run dev
```### Using git
Clone this repo running:
```bash
git clone https://github.com/flightphp/velt
cd
npm install
composer install
npm run dev
```If you don't want to keep git template history you can delete .git folder
```bash
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
```bash
npx degit flightphp/velt
cd
npm install
composer install
npm run dev
```### [Downloading this template](https://github.com/flightphp/velt/archive/refs/heads/main.zip)