citadaskola-2023 / fe-project-template
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:project
pkg:composer/citadaskola-2023/fe-project-template
Requires
- php: >=8.2
Requires (Dev)
- pestphp/pest: ^2.24
- symfony/var-dumper: ^6.3
README
Project
You can use this template by running the following command:
docker run --rm -it \ --volume $PWD:/app \ --user $(id -u):$(id -g) \ composer create-project citadaskola-2023/project-template <project_name>
How to get it started?
- Dependencies already are installed with
composer create-project - Start Project container (using dunglas/frankenphp PHP image)
docker run -v $PWD:/app \ -p 80:80 -p 443:443 \ dunglas/frankenphp - Build JS bundles (at the moment yarn has to be installed on host)
cd js; yarn; yarn run build
- Go to https://localhost, and enjoy!
Future expansions
- In order to use MySQL, libraries more has to be added - ref
- Bundles are baked into the image
Licence
Unlicense